Color Hex Logo

#ce5dea Color Hex

#CE5DEA
(206,93,234)
0 Favorites   0 Comments

Color spaces of #ce5dea

RGB 20693234
HSL0.800.770.64
HSV288°60°92°
CMYK 0.120.600.00   0.08
XYZ44.219226.891080.7018
Yxy26.89100.29130.1771
Hunter Lab51.856561.4619-55.9706
CIE-Lab58.873364.7011-51.9050

#ce5dea color RGB value is (206,93,234).

#ce5dea hex color red value is 206, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce5dea hue: 0.80 , saturation: 0.77 and the lightness value of ce5dea is 0.64.

The process color (four color CMYK) of #ce5dea color hex is 0.12, 0.60, 0.00, 0.08. Web safe color of #ce5dea is #cc66ff. Color #ce5dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011101 11101010
Octal 316 135 352
Decimal 206 93 234
Hex CE 5D EA

RGB Percentages of Color #ce5dea

%38.65
%17.45
%43.90

CMYK Percentages of Color #ce5dea

%12
%60
%0
%8

Triadic Colors of #ce5dea

#ce5dea #eace5d #5deace

Analogous Colors of #ce5dea

#ce5dea #ea5dc0 #885dea

Monochromatic Colors of #ce5dea

#ce5dea

Complementary Color

#ce5dea #79ea5d

#ce5dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5dea Color CSS Codes

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

#ce5dea Text Font Color

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

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


#ce5dea Background Color

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

This div background color is #ce5dea


#ce5dea Border Color

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

This div border color is #ce5dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5dea


Comments

No comments written yet.

Please login to write comment.