Color Hex Logo

#de72bc Color Hex

#DE72BC
(222,114,188)
0 Favorites   0 Comments

Color spaces of #de72bc

RGB 222114188
HSL0.890.620.66
HSV319°49°87°
CMYK 0.000.490.15   0.13
XYZ45.218631.195151.2149
Yxy31.19510.35430.2444
Hunter Lab55.852646.7727-15.2701
CIE-Lab62.672051.2245-19.8986

#de72bc color RGB value is (222,114,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110010 10111100
Octal 336 162 274
Decimal 222 114 188
Hex DE 72 BC

RGB Percentages of Color #de72bc

%42.37
%21.76
%35.88

CMYK Percentages of Color #de72bc

%0
%49
%15
%13

Triadic Colors of #de72bc

#de72bc #bcde72 #72bcde

Analogous Colors of #de72bc

#de72bc #de7286 #ca72de

Monochromatic Colors of #de72bc

#de72bc

Complementary Color

#de72bc #72de94

#de72bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de72bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de72bc Color CSS Codes

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

#de72bc Text Font Color

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

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


#de72bc Background Color

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

This div background color is #de72bc


#de72bc Border Color

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

This div border color is #de72bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de72bc


Comments

No comments written yet.

Please login to write comment.