Color Hex Logo

#ca126a Color Hex

#CA126A
(202,18,106)
0 Favorites   0 Comments

Color spaces of #ca126a

RGB 20218106
HSL0.920.840.43
HSV331°91°79°
CMYK 0.000.910.48   0.21
XYZ27.174914.029814.9114
Yxy14.02980.48430.2500
Hunter Lab37.456463.95452.6161
CIE-Lab44.275669.58330.8336

#ca126a color RGB value is (202,18,106).

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

The process color (four color CMYK) of #ca126a color hex is 0.00, 0.91, 0.48, 0.21. Web safe color of #ca126a is #cc0066. Color #ca126a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 01101010
Octal 312 22 152
Decimal 202 18 106
Hex CA 12 6A

RGB Percentages of Color #ca126a

%61.96
%5.52
%32.52

CMYK Percentages of Color #ca126a

%0
%91
%48
%21

Triadic Colors of #ca126a

#ca126a #6aca12 #126aca

Analogous Colors of #ca126a

#ca126a #ca1612 #ca12c6

Monochromatic Colors of #ca126a

#ca126a

Complementary Color

#ca126a #12ca72

#ca126a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca126a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca126a Color CSS Codes

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

#ca126a Text Font Color

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

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


#ca126a Background Color

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

This div background color is #ca126a


#ca126a Border Color

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

This div border color is #ca126a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca126a


Comments

No comments written yet.

Please login to write comment.