Color Hex Logo

#cc107d Color Hex

#CC107D
(204,16,125)
0 Favorites   0 Comments

Color spaces of #cc107d

RGB 20416125
HSL0.900.850.43
HSV325°92°80°
CMYK 0.000.920.39   0.20
XYZ28.788814.688620.7199
Yxy14.68860.44840.2288
Hunter Lab38.325767.0123-5.2258
CIE-Lab45.204771.9745-9.5121

#cc107d color RGB value is (204,16,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010000 01111101
Octal 314 20 175
Decimal 204 16 125
Hex CC 10 7D

RGB Percentages of Color #cc107d

%59.13
%4.64
%36.23

CMYK Percentages of Color #cc107d

%0
%92
%39
%20

Triadic Colors of #cc107d

#cc107d #7dcc10 #107dcc

Analogous Colors of #cc107d

#cc107d #cc101f #bd10cc

Monochromatic Colors of #cc107d

#cc107d

Complementary Color

#cc107d #10cc5f

#cc107d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc107d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc107d Color CSS Codes

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

#cc107d Text Font Color

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

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


#cc107d Background Color

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

This div background color is #cc107d


#cc107d Border Color

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

This div border color is #cc107d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc107d


Comments

No comments written yet.

Please login to write comment.