Color Hex Logo

#cc165d Color Hex

#CC165D
(204,22,93)
0 Favorites   0 Comments

Color spaces of #cc165d

RGB 2042293
HSL0.930.810.44
HSV337°89°80°
CMYK 0.000.890.54   0.20
XYZ27.164514.201511.6654
Yxy14.20150.51220.2678
Hunter Lab37.684962.72018.0261
CIE-Lab44.520568.48579.3560

#cc165d color RGB value is (204,22,93).

#cc165d hex color red value is 204, green value is 22 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cc165d hue: 0.93 , saturation: 0.81 and the lightness value of cc165d is 0.44.

The process color (four color CMYK) of #cc165d color hex is 0.00, 0.89, 0.54, 0.20. Web safe color of #cc165d is #cc0066. Color #cc165d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010110 01011101
Octal 314 26 135
Decimal 204 22 93
Hex CC 16 5D

RGB Percentages of Color #cc165d

%63.95
%6.90
%29.15

CMYK Percentages of Color #cc165d

%0
%89
%54
%20

Triadic Colors of #cc165d

#cc165d #5dcc16 #165dcc

Analogous Colors of #cc165d

#cc165d #cc2a16 #cc16b8

Monochromatic Colors of #cc165d

#cc165d

Complementary Color

#cc165d #16cc85

#cc165d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc165d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc165d Color CSS Codes

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

#cc165d Text Font Color

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

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


#cc165d Background Color

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

This div background color is #cc165d


#cc165d Border Color

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

This div border color is #cc165d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc165d


Comments

No comments written yet.

Please login to write comment.