Color Hex Logo

#de25ac Color Hex

#DE25AC
(222,37,172)
0 Favorites   0 Comments

Color spaces of #de25ac

RGB 22237172
HSL0.880.740.51
HSV316°83°87°
CMYK 0.000.830.23   0.13
XYZ38.232219.831340.8425
Yxy19.83130.38660.2005
Hunter Lab44.532375.3154-23.2047
CIE-Lab51.645977.5138-27.6074

#de25ac color RGB value is (222,37,172).

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

The process color (four color CMYK) of #de25ac color hex is 0.00, 0.83, 0.23, 0.13. Web safe color of #de25ac is #cc3399. Color #de25ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100101 10101100
Octal 336 45 254
Decimal 222 37 172
Hex DE 25 AC

RGB Percentages of Color #de25ac

%51.51
%8.58
%39.91

CMYK Percentages of Color #de25ac

%0
%83
%23
%13

Triadic Colors of #de25ac

#de25ac #acde25 #25acde

Analogous Colors of #de25ac

#de25ac #de2550 #b425de

Monochromatic Colors of #de25ac

#de25ac

Complementary Color

#de25ac #25de57

#de25ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de25ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de25ac Color CSS Codes

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

#de25ac Text Font Color

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

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


#de25ac Background Color

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

This div background color is #de25ac


#de25ac Border Color

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

This div border color is #de25ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de25ac


Comments

No comments written yet.

Please login to write comment.