Color Hex Logo

#ce81ee Color Hex

#CE81EE
(206,129,238)
0 Favorites   0 Comments

Color spaces of #ce81ee

RGB 206129238
HSL0.780.760.72
HSV282°46°93°
CMYK 0.130.460.00   0.07
XYZ48.736534.995485.0750
Yxy34.99540.28870.2073
Hunter Lab59.156943.5329-43.8566
CIE-Lab65.745147.8489-43.2691

#ce81ee color RGB value is (206,129,238).

#ce81ee hex color red value is 206, green value is 129 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ce81ee hue: 0.78 , saturation: 0.76 and the lightness value of ce81ee is 0.72.

The process color (four color CMYK) of #ce81ee color hex is 0.13, 0.46, 0.00, 0.07. Web safe color of #ce81ee is #cc99ff. Color #ce81ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000001 11101110
Octal 316 201 356
Decimal 206 129 238
Hex CE 81 EE

RGB Percentages of Color #ce81ee

%35.95
%22.51
%41.54

CMYK Percentages of Color #ce81ee

%13
%46
%0
%7

Triadic Colors of #ce81ee

#ce81ee #eece81 #81eece

Analogous Colors of #ce81ee

#ce81ee #ee81d8 #9881ee

Monochromatic Colors of #ce81ee

#ce81ee

Complementary Color

#ce81ee #a1ee81

#ce81ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce81ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce81ee Color CSS Codes

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

#ce81ee Text Font Color

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

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


#ce81ee Background Color

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

This div background color is #ce81ee


#ce81ee Border Color

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

This div border color is #ce81ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce81ee


Comments

No comments written yet.

Please login to write comment.