Color Hex Logo

#ca129a Color Hex

#CA129A
(202,18,154)
0 Favorites   0 Comments

Color spaces of #ca129a

RGB 20218154
HSL0.880.840.43
HSV316°91°79°
CMYK 0.000.910.24   0.21
XYZ30.406215.322331.9268
Yxy15.32230.39160.1973
Hunter Lab39.143770.1544-20.9581
CIE-Lab46.072574.4081-25.8489

#ca129a color RGB value is (202,18,154).

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

The process color (four color CMYK) of #ca129a color hex is 0.00, 0.91, 0.24, 0.21. Web safe color of #ca129a is #cc0099. Color #ca129a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 10011010
Octal 312 22 232
Decimal 202 18 154
Hex CA 12 9A

RGB Percentages of Color #ca129a

%54.01
%4.81
%41.18

CMYK Percentages of Color #ca129a

%0
%91
%24
%21

Triadic Colors of #ca129a

#ca129a #9aca12 #129aca

Analogous Colors of #ca129a

#ca129a #ca123e #9e12ca

Monochromatic Colors of #ca129a

#ca129a

Complementary Color

#ca129a #12ca42

#ca129a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca129a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca129a Color CSS Codes

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

#ca129a Text Font Color

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

This sample text font color is #ca129a
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.


#ca129a Background Color

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

This div background color is #ca129a


#ca129a Border Color

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

This div border color is #ca129a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca129a


Comments

No comments written yet.

Please login to write comment.