Color Hex Logo

#de48ac Color Hex

#DE48AC
(222,72,172)
0 Favorites   0 Comments

Color spaces of #de48ac

RGB 22272172
HSL0.890.690.58
HSV320°68°87°
CMYK 0.000.680.23   0.13
XYZ39.888023.142941.3944
Yxy23.14290.38200.2216
Hunter Lab48.107163.8160-17.3420
CIE-Lab55.219267.3649-22.0934

#de48ac color RGB value is (222,72,172).

#de48ac hex color red value is 222, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de48ac hue: 0.89 , saturation: 0.69 and the lightness value of de48ac is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 10101100
Octal 336 110 254
Decimal 222 72 172
Hex DE 48 AC

RGB Percentages of Color #de48ac

%47.64
%15.45
%36.91

CMYK Percentages of Color #de48ac

%0
%68
%23
%13

Triadic Colors of #de48ac

#de48ac #acde48 #48acde

Analogous Colors of #de48ac

#de48ac #de4861 #c548de

Monochromatic Colors of #de48ac

#de48ac

Complementary Color

#de48ac #48de7a

#de48ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48ac Color CSS Codes

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

#de48ac Text Font Color

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

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


#de48ac Background Color

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

This div background color is #de48ac


#de48ac Border Color

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

This div border color is #de48ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48ac


Comments

No comments written yet.

Please login to write comment.