Color Hex Logo

#de72ab Color Hex

#DE72AB
(222,114,171)
0 Favorites   0 Comments

Color spaces of #de72ab

RGB 222114171
HSL0.910.620.66
HSV328°49°87°
CMYK 0.000.490.23   0.13
XYZ43.492230.504542.1237
Yxy30.50450.37450.2627
Hunter Lab55.230943.9079-6.5579
CIE-Lab62.087148.7135-11.0981

#de72ab color RGB value is (222,114,171).

#de72ab hex color red value is 222, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de72ab hue: 0.91 , saturation: 0.62 and the lightness value of de72ab is 0.66.

The process color (four color CMYK) of #de72ab color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #de72ab is #cc6699. Color #de72ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10101011
Octal 336 162 253
Decimal 222 114 171
Hex DE 72 AB

RGB Percentages of Color #de72ab

%43.79
%22.49
%33.73

CMYK Percentages of Color #de72ab

%0
%49
%23
%13

Triadic Colors of #de72ab

#de72ab #abde72 #72abde

Analogous Colors of #de72ab

#de72ab #de7275 #db72de

Monochromatic Colors of #de72ab

#de72ab

Complementary Color

#de72ab #72dea5

#de72ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72ab Color CSS Codes

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

#de72ab Text Font Color

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

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


#de72ab Background Color

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

This div background color is #de72ab


#de72ab Border Color

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

This div border color is #de72ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72ab


Comments

No comments written yet.

Please login to write comment.