Color Hex Logo

#ce87de Color Hex

#CE87DE
(206,135,222)
0 Favorites   0 Comments

Color spaces of #ce87de

RGB 206135222
HSL0.800.570.70
HSV289°39°87°
CMYK 0.070.390.00   0.13
XYZ47.302435.723773.5095
Yxy35.72370.30220.2282
Hunter Lab59.769336.6715-31.0815
CIE-Lab66.308341.4568-33.5410

#ce87de color RGB value is (206,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000111 11011110
Octal 316 207 336
Decimal 206 135 222
Hex CE 87 DE

RGB Percentages of Color #ce87de

%36.59
%23.98
%39.43

CMYK Percentages of Color #ce87de

%7
%39
%0
%13

Triadic Colors of #ce87de

#ce87de #dece87 #87dece

Analogous Colors of #ce87de

#ce87de #de87c3 #a387de

Monochromatic Colors of #ce87de

#ce87de

Complementary Color

#ce87de #97de87

#ce87de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce87de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce87de Color CSS Codes

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

#ce87de Text Font Color

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

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


#ce87de Background Color

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

This div background color is #ce87de


#ce87de Border Color

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

This div border color is #ce87de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce87de


Comments

No comments written yet.

Please login to write comment.