Color Hex Logo

#ce86dd Color Hex

#CE86DD
(206,134,221)
0 Favorites   0 Comments

Color spaces of #ce86dd

RGB 206134221
HSL0.800.560.70
HSV290°39°87°
CMYK 0.070.390.00   0.13
XYZ47.029835.392572.7593
Yxy35.39250.30310.2281
Hunter Lab59.491636.9990-30.8686
CIE-Lab66.053141.7940-33.3820

#ce86dd color RGB value is (206,134,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 11011101
Octal 316 206 335
Decimal 206 134 221
Hex CE 86 DD

RGB Percentages of Color #ce86dd

%36.72
%23.89
%39.39

CMYK Percentages of Color #ce86dd

%7
%39
%0
%13

Triadic Colors of #ce86dd

#ce86dd #ddce86 #86ddce

Analogous Colors of #ce86dd

#ce86dd #dd86c1 #a386dd

Monochromatic Colors of #ce86dd

#ce86dd

Complementary Color

#ce86dd #95dd86

#ce86dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce86dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce86dd Color CSS Codes

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

#ce86dd Text Font Color

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

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


#ce86dd Background Color

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

This div background color is #ce86dd


#ce86dd Border Color

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

This div border color is #ce86dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce86dd


Comments

No comments written yet.

Please login to write comment.