Color Hex Logo

#cc106a Color Hex

#CC106A
(204,16,106)
0 Favorites   0 Comments

Color spaces of #cc106a

RGB 20416106
HSL0.920.850.43
HSV331°92°80°
CMYK 0.000.920.48   0.20
XYZ27.688614.248614.9266
Yxy14.24860.48690.2506
Hunter Lab37.747364.87642.9778
CIE-Lab44.587470.30231.3361

#cc106a color RGB value is (204,16,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 01101010
Octal 314 20 152
Decimal 204 16 106
Hex CC 10 6A

RGB Percentages of Color #cc106a

%62.58
%4.91
%32.52

CMYK Percentages of Color #cc106a

%0
%92
%48
%20

Triadic Colors of #cc106a

#cc106a #6acc10 #106acc

Analogous Colors of #cc106a

#cc106a #cc1410 #cc10c8

Monochromatic Colors of #cc106a

#cc106a

Complementary Color

#cc106a #10cc72

#cc106a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc106a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc106a Color CSS Codes

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

#cc106a Text Font Color

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

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


#cc106a Background Color

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

This div background color is #cc106a


#cc106a Border Color

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

This div border color is #cc106a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,16,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 #cc106a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc106a


Comments

No comments written yet.

Please login to write comment.