Color Hex Logo

#de24ae Color Hex

#DE24AE
(222,36,174)
0 Favorites   0 Comments

Color spaces of #de24ae

RGB 22236174
HSL0.880.740.51
HSV315°84°87°
CMYK 0.000.840.22   0.13
XYZ38.395119.847341.8517
Yxy19.84730.38360.1983
Hunter Lab44.550375.8748-24.5133
CIE-Lab51.664177.9589-28.7544

#de24ae color RGB value is (222,36,174).

#de24ae hex color red value is 222, green value is 36 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #de24ae hue: 0.88 , saturation: 0.74 and the lightness value of de24ae is 0.51.

The process color (four color CMYK) of #de24ae color hex is 0.00, 0.84, 0.22, 0.13. Web safe color of #de24ae is #cc3399. Color #de24ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100100 10101110
Octal 336 44 256
Decimal 222 36 174
Hex DE 24 AE

RGB Percentages of Color #de24ae

%51.39
%8.33
%40.28

CMYK Percentages of Color #de24ae

%0
%84
%22
%13

Triadic Colors of #de24ae

#de24ae #aede24 #24aede

Analogous Colors of #de24ae

#de24ae #de2451 #b124de

Monochromatic Colors of #de24ae

#de24ae

Complementary Color

#de24ae #24de54

#de24ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de24ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#de24ae Color CSS Codes

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

#de24ae Text Font Color

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

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


#de24ae Background Color

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

This div background color is #de24ae


#de24ae Border Color

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

This div border color is #de24ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de24ae


Comments

No comments written yet.

Please login to write comment.