Color Hex Logo

#ca1179 Color Hex

#CA1179
(202,17,121)
0 Favorites   0 Comments

Color spaces of #ca1179

RGB 20217121
HSL0.910.840.43
HSV326°92°79°
CMYK 0.000.920.40   0.21
XYZ28.008814.337919.3804
Yxy14.33790.45380.2323
Hunter Lab37.865465.7708-3.8402
CIE-Lab44.713771.0306-7.8243

#ca1179 color RGB value is (202,17,121).

#ca1179 hex color red value is 202, green value is 17 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ca1179 hue: 0.91 , saturation: 0.84 and the lightness value of ca1179 is 0.43.

The process color (four color CMYK) of #ca1179 color hex is 0.00, 0.92, 0.40, 0.21. Web safe color of #ca1179 is #cc0066. Color #ca1179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010001 01111001
Octal 312 21 171
Decimal 202 17 121
Hex CA 11 79

RGB Percentages of Color #ca1179

%59.41
%5.00
%35.59

CMYK Percentages of Color #ca1179

%0
%92
%40
%21

Triadic Colors of #ca1179

#ca1179 #79ca11 #1179ca

Analogous Colors of #ca1179

#ca1179 #ca111d #bf11ca

Monochromatic Colors of #ca1179

#ca1179

Complementary Color

#ca1179 #11ca62

#ca1179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1179 Color CSS Codes

.mybgcolor {background-color:#ca1179; } 
.myforecolor {color:#ca1179; }
.mybordercolor {border:3px solid #ca1179; }

#ca1179 Text Font Color

<p style="color:#ca1179">Text here</p>

This sample text font color is #ca1179
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca1179 Background Color

<div style="background-color:#ca1179">
Div content here</div>

This div background color is #ca1179


#ca1179 Border Color

<div style="border:3px solid #ca1179">
Div here</div>

This div border color is #ca1179


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,17,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca1179; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca1179;
  -webkit-box-shadow: 1px 1px 3px 2px #ca1179;
  box-shadow:         1px 1px 3px 2px #ca1179; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,17,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca1179">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca1179;
  -webkit-box-shadow: 1px 1px 3px 2px #ca1179;
  box-shadow:         1px 1px 3px 2px #ca1179;">
Div content here</div>

This div box has shadow with color #ca1179


Comments

No comments written yet.

Please login to write comment.