Color Hex Logo

#de5dae Color Hex

#DE5DAE
(222,93,174)
0 Favorites   0 Comments

Color spaces of #de5dae

RGB 22293174
HSL0.900.660.62
HSV322°58°87°
CMYK 0.000.580.22   0.13
XYZ41.678526.414342.9462
Yxy26.41430.37540.2379
Hunter Lab51.394854.8131-13.5671
CIE-Lab58.428259.0525-18.3489

#de5dae color RGB value is (222,93,174).

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

The process color (four color CMYK) of #de5dae color hex is 0.00, 0.58, 0.22, 0.13. Web safe color of #de5dae is #cc6699. Color #de5dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011101 10101110
Octal 336 135 256
Decimal 222 93 174
Hex DE 5D AE

RGB Percentages of Color #de5dae

%45.40
%19.02
%35.58

CMYK Percentages of Color #de5dae

%0
%58
%22
%13

Triadic Colors of #de5dae

#de5dae #aede5d #5daede

Analogous Colors of #de5dae

#de5dae #de5d6e #ce5dde

Monochromatic Colors of #de5dae

#de5dae

Complementary Color

#de5dae #5dde8d

#de5dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5dae Color CSS Codes

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

#de5dae Text Font Color

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

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


#de5dae Background Color

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

This div background color is #de5dae


#de5dae Border Color

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

This div border color is #de5dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5dae


Comments

No comments written yet.

Please login to write comment.