Color Hex Logo

#ce5edd Color Hex

#CE5EDD
(206,94,221)
0 Favorites   0 Comments

Color spaces of #ce5edd

RGB 20694221
HSL0.810.650.62
HSV293°57°87°
CMYK 0.070.570.00   0.13
XYZ42.507426.347771.2518
Yxy26.34770.30340.1881
Hunter Lab51.330057.9919-46.3701
CIE-Lab58.365661.8240-45.4203

#ce5edd color RGB value is (206,94,221).

#ce5edd hex color red value is 206, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce5edd hue: 0.81 , saturation: 0.65 and the lightness value of ce5edd is 0.62.

The process color (four color CMYK) of #ce5edd color hex is 0.07, 0.57, 0.00, 0.13. Web safe color of #ce5edd is #cc66cc. Color #ce5edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011110 11011101
Octal 316 136 335
Decimal 206 94 221
Hex CE 5E DD

RGB Percentages of Color #ce5edd

%39.54
%18.04
%42.42

CMYK Percentages of Color #ce5edd

%7
%57
%0
%13

Triadic Colors of #ce5edd

#ce5edd #ddce5e #5eddce

Analogous Colors of #ce5edd

#ce5edd #dd5ead #8f5edd

Monochromatic Colors of #ce5edd

#ce5edd

Complementary Color

#ce5edd #6ddd5e

#ce5edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5edd Color CSS Codes

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

#ce5edd Text Font Color

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

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


#ce5edd Background Color

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

This div background color is #ce5edd


#ce5edd Border Color

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

This div border color is #ce5edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5edd


Comments

No comments written yet.

Please login to write comment.