Color Hex Logo

#cc107c Color Hex

#CC107C
(204,16,124)
0 Favorites   0 Comments

Color spaces of #cc107c

RGB 20416124
HSL0.900.850.43
HSV326°92°80°
CMYK 0.000.920.39   0.20
XYZ28.725214.663220.3851
Yxy14.66320.45040.2299
Hunter Lab38.292666.8900-4.7583
CIE-Lab45.169471.8792-8.9500

#cc107c color RGB value is (204,16,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 01111100
Octal 314 20 174
Decimal 204 16 124
Hex CC 10 7C

RGB Percentages of Color #cc107c

%59.30
%4.65
%36.05

CMYK Percentages of Color #cc107c

%0
%92
%39
%20

Triadic Colors of #cc107c

#cc107c #7ccc10 #107ccc

Analogous Colors of #cc107c

#cc107c #cc101e #be10cc

Monochromatic Colors of #cc107c

#cc107c

Complementary Color

#cc107c #10cc60

#cc107c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc107c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc107c Color CSS Codes

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

#cc107c Text Font Color

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

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


#cc107c Background Color

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

This div background color is #cc107c


#cc107c Border Color

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

This div border color is #cc107c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc107c


Comments

No comments written yet.

Please login to write comment.