Color Hex Logo

#cc169e Color Hex

#CC169E
(204,22,158)
0 Favorites   0 Comments

Color spaces of #cc169e

RGB 20422158
HSL0.880.810.44
HSV315°89°80°
CMYK 0.000.890.23   0.20
XYZ31.360315.879833.7600
Yxy15.87980.38720.1960
Hunter Lab39.849570.7374-22.3352
CIE-Lab46.816474.7417-27.0622

#cc169e color RGB value is (204,22,158).

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

The process color (four color CMYK) of #cc169e color hex is 0.00, 0.89, 0.23, 0.20. Web safe color of #cc169e is #cc0099. Color #cc169e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010110 10011110
Octal 314 26 236
Decimal 204 22 158
Hex CC 16 9E

RGB Percentages of Color #cc169e

%53.13
%5.73
%41.15

CMYK Percentages of Color #cc169e

%0
%89
%23
%20

Triadic Colors of #cc169e

#cc169e #9ecc16 #169ecc

Analogous Colors of #cc169e

#cc169e #cc1643 #9f16cc

Monochromatic Colors of #cc169e

#cc169e

Complementary Color

#cc169e #16cc44

#cc169e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc169e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc169e Color CSS Codes

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

#cc169e Text Font Color

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

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


#cc169e Background Color

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

This div background color is #cc169e


#cc169e Border Color

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

This div border color is #cc169e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc169e


Comments

No comments written yet.

Please login to write comment.