Color Hex Logo

#de52af Color Hex

#DE52AF
(222,82,175)
0 Favorites   0 Comments

Color spaces of #de52af

RGB 22282175
HSL0.890.680.60
HSV320°63°87°
CMYK 0.000.630.21   0.13
XYZ40.879424.659343.1626
Yxy24.65930.37610.2269
Hunter Lab49.658160.0424-16.7739
CIE-Lab56.741963.8775-21.5023

#de52af color RGB value is (222,82,175).

#de52af hex color red value is 222, green value is 82 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #de52af hue: 0.89 , saturation: 0.68 and the lightness value of de52af is 0.60.

The process color (four color CMYK) of #de52af color hex is 0.00, 0.63, 0.21, 0.13. Web safe color of #de52af is #cc6699. Color #de52af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010010 10101111
Octal 336 122 257
Decimal 222 82 175
Hex DE 52 AF

RGB Percentages of Color #de52af

%46.35
%17.12
%36.53

CMYK Percentages of Color #de52af

%0
%63
%21
%13

Triadic Colors of #de52af

#de52af #afde52 #52afde

Analogous Colors of #de52af

#de52af #de5269 #c752de

Monochromatic Colors of #de52af

#de52af

Complementary Color

#de52af #52de81

#de52af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de52af Color Preview on White Background

Lorem ipsum dolor sit amet.

#de52af Color CSS Codes

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

#de52af Text Font Color

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

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


#de52af Background Color

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

This div background color is #de52af


#de52af Border Color

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

This div border color is #de52af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de52af


Comments

No comments written yet.

Please login to write comment.