Color Hex Logo

#cc90cd Color Hex

#CC90CD
(204,144,205)
0 Favorites   0 Comments

Color spaces of #cc90cd

RGB 204144205
HSL0.830.380.68
HSV299°30°80°
CMYK 0.000.300.00   0.20
XYZ45.894537.191762.5174
Yxy37.19170.31520.2554
Hunter Lab60.985027.6071-18.0903
CIE-Lab67.420632.6915-22.4017

#cc90cd color RGB value is (204,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 11001101
Octal 314 220 315
Decimal 204 144 205
Hex CC 90 CD

RGB Percentages of Color #cc90cd

%36.89
%26.04
%37.07

CMYK Percentages of Color #cc90cd

%0
%30
%0
%20

Triadic Colors of #cc90cd

#cc90cd #cdcc90 #90cdcc

Analogous Colors of #cc90cd

#cc90cd #cd90b0 #ae90cd

Monochromatic Colors of #cc90cd

#cc90cd

Complementary Color

#cc90cd #91cd90

#cc90cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc90cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc90cd Color CSS Codes

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

#cc90cd Text Font Color

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

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


#cc90cd Background Color

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

This div background color is #cc90cd


#cc90cd Border Color

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

This div border color is #cc90cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,144,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 #cc90cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc90cd


Comments

No comments written yet.

Please login to write comment.