Color Hex Logo

#ce8ddc Color Hex

#CE8DDC
(206,141,220)
0 Favorites   0 Comments

Color spaces of #ce8ddc

RGB 206141220
HSL0.800.530.71
HSV289°36°86°
CMYK 0.060.360.00   0.14
XYZ47.896737.338972.3928
Yxy37.33890.30390.2369
Hunter Lab61.105632.9799-27.4680
CIE-Lab67.530537.8410-30.5407

#ce8ddc color RGB value is (206,141,220).

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

The process color (four color CMYK) of #ce8ddc color hex is 0.06, 0.36, 0.00, 0.14. Web safe color of #ce8ddc is #cc99cc. Color #ce8ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001101 11011100
Octal 316 215 334
Decimal 206 141 220
Hex CE 8D DC

RGB Percentages of Color #ce8ddc

%36.33
%24.87
%38.80

CMYK Percentages of Color #ce8ddc

%6
%36
%0
%14

Triadic Colors of #ce8ddc

#ce8ddc #dcce8d #8ddcce

Analogous Colors of #ce8ddc

#ce8ddc #dc8dc3 #a78ddc

Monochromatic Colors of #ce8ddc

#ce8ddc

Complementary Color

#ce8ddc #9bdc8d

#ce8ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8ddc Color CSS Codes

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

#ce8ddc Text Font Color

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

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


#ce8ddc Background Color

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

This div background color is #ce8ddc


#ce8ddc Border Color

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

This div border color is #ce8ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8ddc


Comments

No comments written yet.

Please login to write comment.