Color Hex Logo

#de48ad Color Hex

#DE48AD
(222,72,173)
0 Favorites   0 Comments

Color spaces of #de48ad

RGB 22272173
HSL0.890.690.58
HSV320°68°87°
CMYK 0.000.680.22   0.13
XYZ39.984423.181541.9022
Yxy23.18150.38060.2206
Hunter Lab48.147263.9799-17.8967
CIE-Lab55.258867.4957-22.6152

#de48ad color RGB value is (222,72,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001000 10101101
Octal 336 110 255
Decimal 222 72 173
Hex DE 48 AD

RGB Percentages of Color #de48ad

%47.54
%15.42
%37.04

CMYK Percentages of Color #de48ad

%0
%68
%22
%13

Triadic Colors of #de48ad

#de48ad #adde48 #48adde

Analogous Colors of #de48ad

#de48ad #de4862 #c448de

Monochromatic Colors of #de48ad

#de48ad

Complementary Color

#de48ad #48de79

#de48ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de48ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de48ad Color CSS Codes

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

#de48ad Text Font Color

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

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


#de48ad Background Color

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

This div background color is #de48ad


#de48ad Border Color

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

This div border color is #de48ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de48ad


Comments

No comments written yet.

Please login to write comment.