Color Hex Logo

#ce90de Color Hex

#CE90DE
(206,144,222)
0 Favorites   0 Comments

Color spaces of #ce90de

RGB 206144222
HSL0.800.540.72
HSV288°35°87°
CMYK 0.070.350.00   0.13
XYZ48.611738.342373.9459
Yxy38.34230.30210.2383
Hunter Lab61.921231.7708-27.4590
CIE-Lab68.272136.6145-30.5015

#ce90de color RGB value is (206,144,222).

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

The process color (four color CMYK) of #ce90de color hex is 0.07, 0.35, 0.00, 0.13. Web safe color of #ce90de is #cc99cc. Color #ce90de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010000 11011110
Octal 316 220 336
Decimal 206 144 222
Hex CE 90 DE

RGB Percentages of Color #ce90de

%36.01
%25.17
%38.81

CMYK Percentages of Color #ce90de

%7
%35
%0
%13

Triadic Colors of #ce90de

#ce90de #dece90 #90dece

Analogous Colors of #ce90de

#ce90de #de90c7 #a790de

Monochromatic Colors of #ce90de

#ce90de

Complementary Color

#ce90de #a0de90

#ce90de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce90de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce90de Color CSS Codes

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

#ce90de Text Font Color

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

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


#ce90de Background Color

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

This div background color is #ce90de


#ce90de Border Color

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

This div border color is #ce90de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce90de


Comments

No comments written yet.

Please login to write comment.