Color Hex Logo

#cd90cb Color Hex

#CD90CB
(205,144,203)
0 Favorites   0 Comments

Color spaces of #cd90cb

RGB 205144203
HSL0.840.380.68
HSV302°30°80°
CMYK 0.000.300.01   0.20
XYZ45.929637.237561.2667
Yxy37.23750.31800.2578
Hunter Lab61.022527.5615-16.8115
CIE-Lab67.454832.6439-21.2267

#cd90cb color RGB value is (205,144,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010000 11001011
Octal 315 220 313
Decimal 205 144 203
Hex CD 90 CB

RGB Percentages of Color #cd90cb

%37.14
%26.09
%36.78

CMYK Percentages of Color #cd90cb

%0
%30
%1
%20

Triadic Colors of #cd90cb

#cd90cb #cbcd90 #90cbcd

Analogous Colors of #cd90cb

#cd90cb #cd90ad #b190cd

Monochromatic Colors of #cd90cb

#cd90cb

Complementary Color

#cd90cb #90cd92

#cd90cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd90cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd90cb Color CSS Codes

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

#cd90cb Text Font Color

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

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


#cd90cb Background Color

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

This div background color is #cd90cb


#cd90cb Border Color

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

This div border color is #cd90cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd90cb


Comments

No comments written yet.

Please login to write comment.