Color Hex Logo

#ce5aed Color Hex

#CE5AED
(206,90,237)
0 Favorites   0 Comments

Color spaces of #ce5aed

RGB 20690237
HSL0.800.800.64
HSV287°62°93°
CMYK 0.130.620.00   0.07
XYZ44.395826.548682.9052
Yxy26.54860.28860.1726
Hunter Lab51.525363.6317-59.3310
CIE-Lab58.554266.5918-54.0877

#ce5aed color RGB value is (206,90,237).

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

The process color (four color CMYK) of #ce5aed color hex is 0.13, 0.62, 0.00, 0.07. Web safe color of #ce5aed is #cc66ff. Color #ce5aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 11101101
Octal 316 132 355
Decimal 206 90 237
Hex CE 5A ED

RGB Percentages of Color #ce5aed

%38.65
%16.89
%44.47

CMYK Percentages of Color #ce5aed

%13
%62
%0
%7

Triadic Colors of #ce5aed

#ce5aed #edce5a #5aedce

Analogous Colors of #ce5aed

#ce5aed #ed5ac3 #855aed

Monochromatic Colors of #ce5aed

#ce5aed

Complementary Color

#ce5aed #79ed5a

#ce5aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5aed Color CSS Codes

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

#ce5aed Text Font Color

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

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


#ce5aed Background Color

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

This div background color is #ce5aed


#ce5aed Border Color

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

This div border color is #ce5aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5aed


Comments

No comments written yet.

Please login to write comment.