Color Hex Logo

#cc126b Color Hex

#CC126B
(204,18,107)
0 Favorites   0 Comments

Color spaces of #cc126b

RGB 20418107
HSL0.920.840.44
HSV331°91°80°
CMYK 0.000.910.48   0.20
XYZ27.772014.331515.2124
Yxy14.33150.48450.2500
Hunter Lab37.857064.69852.6749
CIE-Lab44.704670.12920.8842

#cc126b color RGB value is (204,18,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 01101011
Octal 314 22 153
Decimal 204 18 107
Hex CC 12 6B

RGB Percentages of Color #cc126b

%62.01
%5.47
%32.52

CMYK Percentages of Color #cc126b

%0
%91
%48
%20

Triadic Colors of #cc126b

#cc126b #6bcc12 #126bcc

Analogous Colors of #cc126b

#cc126b #cc1612 #cc12c8

Monochromatic Colors of #cc126b

#cc126b

Complementary Color

#cc126b #12cc73

#cc126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc126b Color CSS Codes

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

#cc126b Text Font Color

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

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


#cc126b Background Color

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

This div background color is #cc126b


#cc126b Border Color

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

This div border color is #cc126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc126b


Comments

No comments written yet.

Please login to write comment.