Color Hex Logo

#cc91cd Color Hex

#CC91CD
(204,145,205)
0 Favorites   0 Comments

Color spaces of #cc91cd

RGB 204145205
HSL0.830.380.69
HSV299°29°80°
CMYK 0.000.290.00   0.20
XYZ46.046737.495962.5681
Yxy37.49590.31510.2566
Hunter Lab61.233927.0692-17.7181
CIE-Lab67.647432.1470-22.0556

#cc91cd color RGB value is (204,145,205).

#cc91cd hex color red value is 204, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cc91cd hue: 0.83 , saturation: 0.38 and the lightness value of cc91cd is 0.69.

The process color (four color CMYK) of #cc91cd color hex is 0.00, 0.29, 0.00, 0.20. Web safe color of #cc91cd is #cc99cc. Color #cc91cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 11001101
Octal 314 221 315
Decimal 204 145 205
Hex CC 91 CD

RGB Percentages of Color #cc91cd

%36.82
%26.17
%37.00

CMYK Percentages of Color #cc91cd

%0
%29
%0
%20

Triadic Colors of #cc91cd

#cc91cd #cdcc91 #91cdcc

Analogous Colors of #cc91cd

#cc91cd #cd91b0 #ae91cd

Monochromatic Colors of #cc91cd

#cc91cd

Complementary Color

#cc91cd #92cd91

#cc91cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91cd Color CSS Codes

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

#cc91cd Text Font Color

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

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


#cc91cd Background Color

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

This div background color is #cc91cd


#cc91cd Border Color

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

This div border color is #cc91cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91cd


Comments

No comments written yet.

Please login to write comment.