Color Hex Logo

#de72ba Color Hex

#DE72BA
(222,114,186)
0 Favorites   0 Comments

Color spaces of #de72ba

RGB 222114186
HSL0.890.620.66
HSV320°49°87°
CMYK 0.000.490.16   0.13
XYZ45.004431.109450.0871
Yxy31.10940.35660.2465
Hunter Lab55.775846.4205-14.1998
CIE-Lab62.599950.9180-18.8728

#de72ba color RGB value is (222,114,186).

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

The process color (four color CMYK) of #de72ba color hex is 0.00, 0.49, 0.16, 0.13. Web safe color of #de72ba is #cc66cc. Color #de72ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10111010
Octal 336 162 272
Decimal 222 114 186
Hex DE 72 BA

RGB Percentages of Color #de72ba

%42.53
%21.84
%35.63

CMYK Percentages of Color #de72ba

%0
%49
%16
%13

Triadic Colors of #de72ba

#de72ba #bade72 #72bade

Analogous Colors of #de72ba

#de72ba #de7284 #cc72de

Monochromatic Colors of #de72ba

#de72ba

Complementary Color

#de72ba #72de96

#de72ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72ba Color CSS Codes

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

#de72ba Text Font Color

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

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


#de72ba Background Color

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

This div background color is #de72ba


#de72ba Border Color

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

This div border color is #de72ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72ba


Comments

No comments written yet.

Please login to write comment.