Color Hex Logo

#de71bc Color Hex

#DE71BC
(222,113,188)
0 Favorites   0 Comments

Color spaces of #de71bc

RGB 222113188
HSL0.890.620.66
HSV319°49°87°
CMYK 0.000.490.15   0.13
XYZ45.106430.970751.1775
Yxy30.97070.35450.2434
Hunter Lab55.651347.2876-15.5677
CIE-Lab62.482951.7164-20.1868

#de71bc color RGB value is (222,113,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10111100
Octal 336 161 274
Decimal 222 113 188
Hex DE 71 BC

RGB Percentages of Color #de71bc

%42.45
%21.61
%35.95

CMYK Percentages of Color #de71bc

%0
%49
%15
%13

Triadic Colors of #de71bc

#de71bc #bcde71 #71bcde

Analogous Colors of #de71bc

#de71bc #de7186 #ca71de

Monochromatic Colors of #de71bc

#de71bc

Complementary Color

#de71bc #71de93

#de71bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71bc Color CSS Codes

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

#de71bc Text Font Color

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

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


#de71bc Background Color

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

This div background color is #de71bc


#de71bc Border Color

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

This div border color is #de71bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,113,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 #de71bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71bc


Comments

No comments written yet.

Please login to write comment.