Color Hex Logo

#de72bf Color Hex

#DE72BF
(222,114,191)
0 Favorites   0 Comments

Color spaces of #de72bf

RGB 222114191
HSL0.880.620.66
HSV317°49°87°
CMYK 0.000.490.14   0.13
XYZ45.545531.325852.9362
Yxy31.32580.35090.2413
Hunter Lab55.969547.3090-16.8982
CIE-Lab62.781751.6899-21.4328

#de72bf color RGB value is (222,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10111111
Octal 336 162 277
Decimal 222 114 191
Hex DE 72 BF

RGB Percentages of Color #de72bf

%42.13
%21.63
%36.24

CMYK Percentages of Color #de72bf

%0
%49
%14
%13

Triadic Colors of #de72bf

#de72bf #bfde72 #72bfde

Analogous Colors of #de72bf

#de72bf #de7289 #c772de

Monochromatic Colors of #de72bf

#de72bf

Complementary Color

#de72bf #72de91

#de72bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72bf Color CSS Codes

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

#de72bf Text Font Color

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

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


#de72bf Background Color

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

This div background color is #de72bf


#de72bf Border Color

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

This div border color is #de72bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72bf


Comments

No comments written yet.

Please login to write comment.