Color Hex Logo

#ce8cfc Color Hex

#CE8CFC
(206,140,252)
0 Favorites   0 Comments

Color spaces of #ce8cfc

RGB 206140252
HSL0.760.950.77
HSV275°44°99°
CMYK 0.180.440.00   0.01
XYZ52.402438.906396.8432
Yxy38.90630.27850.2068
Hunter Lab62.374940.8053-48.3911
CIE-Lab68.683344.9766-46.3328

#ce8cfc color RGB value is (206,140,252).

#ce8cfc hex color red value is 206, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ce8cfc hue: 0.76 , saturation: 0.95 and the lightness value of ce8cfc is 0.77.

The process color (four color CMYK) of #ce8cfc color hex is 0.18, 0.44, 0.00, 0.01. Web safe color of #ce8cfc is #cc99ff. Color #ce8cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001100 11111100
Octal 316 214 374
Decimal 206 140 252
Hex CE 8C FC

RGB Percentages of Color #ce8cfc

%34.45
%23.41
%42.14

CMYK Percentages of Color #ce8cfc

%18
%44
%0
%1

Triadic Colors of #ce8cfc

#ce8cfc #fcce8c #8cfcce

Analogous Colors of #ce8cfc

#ce8cfc #fc8cf2 #968cfc

Monochromatic Colors of #ce8cfc

#ce8cfc

Complementary Color

#ce8cfc #bafc8c

#ce8cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8cfc Color CSS Codes

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

#ce8cfc Text Font Color

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

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


#ce8cfc Background Color

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

This div background color is #ce8cfc


#ce8cfc Border Color

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

This div border color is #ce8cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8cfc


Comments

No comments written yet.

Please login to write comment.