Color Hex Logo

#de90cd Color Hex

#DE90CD
(222,144,205)
0 Favorites   0 Comments

Color spaces of #de90cd

RGB 222144205
HSL0.870.540.72
HSV313°35°87°
CMYK 0.000.350.08   0.13
XYZ51.116939.883962.7618
Yxy39.88390.33240.2594
Hunter Lab63.153733.9598-14.7145
CIE-Lab69.386838.5642-19.2281

#de90cd color RGB value is (222,144,205).

#de90cd hex color red value is 222, green value is 144 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #de90cd hue: 0.87 , saturation: 0.54 and the lightness value of de90cd is 0.72.

The process color (four color CMYK) of #de90cd color hex is 0.00, 0.35, 0.08, 0.13. Web safe color of #de90cd is #cc99cc. Color #de90cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 11001101
Octal 336 220 315
Decimal 222 144 205
Hex DE 90 CD

RGB Percentages of Color #de90cd

%38.88
%25.22
%35.90

CMYK Percentages of Color #de90cd

%0
%35
%8
%13

Triadic Colors of #de90cd

#de90cd #cdde90 #90cdde

Analogous Colors of #de90cd

#de90cd #de90a6 #c890de

Monochromatic Colors of #de90cd

#de90cd

Complementary Color

#de90cd #90dea1

#de90cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de90cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de90cd Color CSS Codes

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

#de90cd Text Font Color

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

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


#de90cd Background Color

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

This div background color is #de90cd


#de90cd Border Color

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

This div border color is #de90cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de90cd


Comments

No comments written yet.

Please login to write comment.