Color Hex Logo

#ce8fdb Color Hex

#CE8FDB
(206,143,219)
0 Favorites   0 Comments

Color spaces of #ce8fdb

RGB 206143219
HSL0.800.510.71
HSV290°35°86°
CMYK 0.060.350.00   0.14
XYZ48.062237.881271.7965
Yxy37.88120.30470.2401
Hunter Lab61.547731.6810-26.0795
CIE-Lab67.933036.5641-29.3662

#ce8fdb color RGB value is (206,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001111 11011011
Octal 316 217 333
Decimal 206 143 219
Hex CE 8F DB

RGB Percentages of Color #ce8fdb

%36.27
%25.18
%38.56

CMYK Percentages of Color #ce8fdb

%6
%35
%0
%14

Triadic Colors of #ce8fdb

#ce8fdb #dbce8f #8fdbce

Analogous Colors of #ce8fdb

#ce8fdb #db8fc2 #a88fdb

Monochromatic Colors of #ce8fdb

#ce8fdb

Complementary Color

#ce8fdb #9cdb8f

#ce8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8fdb Color CSS Codes

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

#ce8fdb Text Font Color

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

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


#ce8fdb Background Color

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

This div background color is #ce8fdb


#ce8fdb Border Color

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

This div border color is #ce8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8fdb


Comments

No comments written yet.

Please login to write comment.