Color Hex Logo

#de5aae Color Hex

#DE5AAE
(222,90,174)
0 Favorites   0 Comments

Color spaces of #de5aae

RGB 22290174
HSL0.890.670.61
HSV322°59°87°
CMYK 0.000.590.22   0.13
XYZ41.420325.897942.8601
Yxy25.89790.37590.2351
Hunter Lab50.890056.2270-14.3117
CIE-Lab57.940060.3708-19.0926

#de5aae color RGB value is (222,90,174).

#de5aae hex color red value is 222, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #de5aae hue: 0.89 , saturation: 0.67 and the lightness value of de5aae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011010 10101110
Octal 336 132 256
Decimal 222 90 174
Hex DE 5A AE

RGB Percentages of Color #de5aae

%45.68
%18.52
%35.80

CMYK Percentages of Color #de5aae

%0
%59
%22
%13

Triadic Colors of #de5aae

#de5aae #aede5a #5aaede

Analogous Colors of #de5aae

#de5aae #de5a6c #cc5ade

Monochromatic Colors of #de5aae

#de5aae

Complementary Color

#de5aae #5ade8a

#de5aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5aae Color CSS Codes

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

#de5aae Text Font Color

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

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


#de5aae Background Color

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

This div background color is #de5aae


#de5aae Border Color

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

This div border color is #de5aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,90,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 #de5aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5aae


Comments

No comments written yet.

Please login to write comment.