Color Hex Logo

#de5ecd Color Hex

#DE5ECD
(222,94,205)
0 Favorites   0 Comments

Color spaces of #de5ecd

RGB 22294205
HSL0.860.660.62
HSV308°58°87°
CMYK 0.000.580.08   0.13
XYZ45.146327.942860.7716
Yxy27.94280.33730.2087
Hunter Lab52.860959.9426-31.1601
CIE-Lab59.837063.2360-33.9149

#de5ecd color RGB value is (222,94,205).

#de5ecd hex color red value is 222, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #de5ecd hue: 0.86 , saturation: 0.66 and the lightness value of de5ecd is 0.62.

The process color (four color CMYK) of #de5ecd color hex is 0.00, 0.58, 0.08, 0.13. Web safe color of #de5ecd is #cc66cc. Color #de5ecd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011110 11001101
Octal 336 136 315
Decimal 222 94 205
Hex DE 5E CD

RGB Percentages of Color #de5ecd

%42.61
%18.04
%39.35

CMYK Percentages of Color #de5ecd

%0
%58
%8
%13

Triadic Colors of #de5ecd

#de5ecd #cdde5e #5ecdde

Analogous Colors of #de5ecd

#de5ecd #de5e8d #af5ede

Monochromatic Colors of #de5ecd

#de5ecd

Complementary Color

#de5ecd #5ede6f

#de5ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5ecd Color CSS Codes

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

#de5ecd Text Font Color

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

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


#de5ecd Background Color

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

This div background color is #de5ecd


#de5ecd Border Color

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

This div border color is #de5ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5ecd


Comments

No comments written yet.

Please login to write comment.