Color Hex Logo

#ca129e Color Hex

#CA129E
(202,18,158)
0 Favorites   0 Comments

Color spaces of #ca129e

RGB 20218158
HSL0.870.840.43
HSV314°91°79°
CMYK 0.000.910.22   0.21
XYZ30.745015.457833.7110
Yxy15.45780.38470.1934
Hunter Lab39.316470.7813-23.3154
CIE-Lab46.254974.8872-27.9647

#ca129e color RGB value is (202,18,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 10011110
Octal 312 22 236
Decimal 202 18 158
Hex CA 12 9E

RGB Percentages of Color #ca129e

%53.44
%4.76
%41.80

CMYK Percentages of Color #ca129e

%0
%91
%22
%21

Triadic Colors of #ca129e

#ca129e #9eca12 #129eca

Analogous Colors of #ca129e

#ca129e #ca1242 #9a12ca

Monochromatic Colors of #ca129e

#ca129e

Complementary Color

#ca129e #12ca3e

#ca129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca129e Color CSS Codes

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

#ca129e Text Font Color

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

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


#ca129e Background Color

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

This div background color is #ca129e


#ca129e Border Color

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

This div border color is #ca129e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca129e


Comments

No comments written yet.

Please login to write comment.