Color Hex Logo

#ce8bdc Color Hex

#CE8BDC
(206,139,220)
0 Favorites   0 Comments

Color spaces of #ce8bdc

RGB 206139220
HSL0.800.540.70
HSV290°37°86°
CMYK 0.060.370.00   0.14
XYZ47.604536.754472.2954
Yxy36.75440.30390.2346
Hunter Lab60.625434.0679-28.2652
CIE-Lab67.092438.9189-31.2178

#ce8bdc color RGB value is (206,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001011 11011100
Octal 316 213 334
Decimal 206 139 220
Hex CE 8B DC

RGB Percentages of Color #ce8bdc

%36.46
%24.60
%38.94

CMYK Percentages of Color #ce8bdc

%6
%37
%0
%14

Triadic Colors of #ce8bdc

#ce8bdc #dcce8b #8bdcce

Analogous Colors of #ce8bdc

#ce8bdc #dc8bc2 #a68bdc

Monochromatic Colors of #ce8bdc

#ce8bdc

Complementary Color

#ce8bdc #99dc8b

#ce8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8bdc Color CSS Codes

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

#ce8bdc Text Font Color

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

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


#ce8bdc Background Color

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

This div background color is #ce8bdc


#ce8bdc Border Color

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

This div border color is #ce8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8bdc


Comments

No comments written yet.

Please login to write comment.