Color Hex Logo

#ce8fef Color Hex

#CE8FEF
(206,143,239)
0 Favorites   0 Comments

Color spaces of #ce8fef

RGB 206143239
HSL0.780.750.75
HSV279°40°94°
CMYK 0.140.400.00   0.06
XYZ50.856038.998786.5085
Yxy38.99870.28840.2211
Hunter Lab62.448936.0779-38.4183
CIE-Lab68.750340.6145-39.1165

#ce8fef color RGB value is (206,143,239).

#ce8fef hex color red value is 206, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce8fef hue: 0.78 , saturation: 0.75 and the lightness value of ce8fef is 0.75.

The process color (four color CMYK) of #ce8fef color hex is 0.14, 0.40, 0.00, 0.06. Web safe color of #ce8fef is #cc99ff. Color #ce8fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001111 11101111
Octal 316 217 357
Decimal 206 143 239
Hex CE 8F EF

RGB Percentages of Color #ce8fef

%35.03
%24.32
%40.65

CMYK Percentages of Color #ce8fef

%14
%40
%0
%6

Triadic Colors of #ce8fef

#ce8fef #efce8f #8fefce

Analogous Colors of #ce8fef

#ce8fef #ef8fe0 #9e8fef

Monochromatic Colors of #ce8fef

#ce8fef

Complementary Color

#ce8fef #b0ef8f

#ce8fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8fef Color CSS Codes

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

#ce8fef Text Font Color

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

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


#ce8fef Background Color

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

This div background color is #ce8fef


#ce8fef Border Color

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

This div border color is #ce8fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8fef


Comments

No comments written yet.

Please login to write comment.