Color Hex Logo

#ce8cdd Color Hex

#CE8CDD
(206,140,221)
0 Favorites   0 Comments

Color spaces of #ce8cdd

RGB 206140221
HSL0.800.540.71
HSV289°37°87°
CMYK 0.070.370.00   0.13
XYZ47.882837.098473.0436
Yxy37.09840.30300.2348
Hunter Lab60.908533.7369-28.4668
CIE-Lab67.350838.5772-31.3721

#ce8cdd color RGB value is (206,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001100 11011101
Octal 316 214 335
Decimal 206 140 221
Hex CE 8C DD

RGB Percentages of Color #ce8cdd

%36.33
%24.69
%38.98

CMYK Percentages of Color #ce8cdd

%7
%37
%0
%13

Triadic Colors of #ce8cdd

#ce8cdd #ddce8c #8cddce

Analogous Colors of #ce8cdd

#ce8cdd #dd8cc4 #a68cdd

Monochromatic Colors of #ce8cdd

#ce8cdd

Complementary Color

#ce8cdd #9bdd8c

#ce8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8cdd Color CSS Codes

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

#ce8cdd Text Font Color

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

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


#ce8cdd Background Color

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

This div background color is #ce8cdd


#ce8cdd Border Color

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

This div border color is #ce8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8cdd

#ce8cdd Color Palettes


Comments

No comments written yet.

Please login to write comment.