Color Hex Logo

#c990cd Color Hex

#C990CD
(201,144,205)
0 Favorites   0 Comments

Color spaces of #c990cd

RGB 201144205
HSL0.820.380.68
HSV296°30°80°
CMYK 0.020.300.00   0.20
XYZ45.080136.771862.4793
Yxy36.77180.31230.2548
Hunter Lab60.639826.5788-18.6408
CIE-Lab67.105531.7157-22.9113

#c990cd color RGB value is (201,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010000 11001101
Octal 311 220 315
Decimal 201 144 205
Hex C9 90 CD

RGB Percentages of Color #c990cd

%36.55
%26.18
%37.27

CMYK Percentages of Color #c990cd

%2
%30
%0
%20

Triadic Colors of #c990cd

#c990cd #cdc990 #90cdc9

Analogous Colors of #c990cd

#c990cd #cd90b3 #ab90cd

Monochromatic Colors of #c990cd

#c990cd

Complementary Color

#c990cd #94cd90

#c990cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c990cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c990cd Color CSS Codes

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

#c990cd Text Font Color

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

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


#c990cd Background Color

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

This div background color is #c990cd


#c990cd Border Color

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

This div border color is #c990cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c990cd


Comments

No comments written yet.

Please login to write comment.