Color Hex Logo

#cc107e Color Hex

#CC107E
(204,16,126)
0 Favorites   0 Comments

Color spaces of #cc107e

RGB 20416126
HSL0.900.850.43
HSV325°92°80°
CMYK 0.000.920.38   0.20
XYZ28.853014.714321.0581
Yxy14.71430.44650.2277
Hunter Lab38.359267.1353-5.6970
CIE-Lab45.240472.0702-10.0731

#cc107e color RGB value is (204,16,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 01111110
Octal 314 20 176
Decimal 204 16 126
Hex CC 10 7E

RGB Percentages of Color #cc107e

%58.96
%4.62
%36.42

CMYK Percentages of Color #cc107e

%0
%92
%38
%20

Triadic Colors of #cc107e

#cc107e #7ecc10 #107ecc

Analogous Colors of #cc107e

#cc107e #cc1020 #bc10cc

Monochromatic Colors of #cc107e

#cc107e

Complementary Color

#cc107e #10cc5e

#cc107e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc107e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc107e Color CSS Codes

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

#cc107e Text Font Color

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

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


#cc107e Background Color

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

This div background color is #cc107e


#cc107e Border Color

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

This div border color is #cc107e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc107e


Comments

No comments written yet.

Please login to write comment.