Color Hex Logo

#de71ba Color Hex

#DE71BA
(222,113,186)
0 Favorites   0 Comments

Color spaces of #de71ba

RGB 222113186
HSL0.890.620.66
HSV320°49°87°
CMYK 0.000.490.16   0.13
XYZ44.892330.885050.0497
Yxy30.88500.35680.2455
Hunter Lab55.574346.9354-14.4941
CIE-Lab62.410451.4107-19.1610

#de71ba color RGB value is (222,113,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10111010
Octal 336 161 272
Decimal 222 113 186
Hex DE 71 BA

RGB Percentages of Color #de71ba

%42.61
%21.69
%35.70

CMYK Percentages of Color #de71ba

%0
%49
%16
%13

Triadic Colors of #de71ba

#de71ba #bade71 #71bade

Analogous Colors of #de71ba

#de71ba #de7184 #cc71de

Monochromatic Colors of #de71ba

#de71ba

Complementary Color

#de71ba #71de95

#de71ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71ba Color CSS Codes

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

#de71ba Text Font Color

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

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


#de71ba Background Color

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

This div background color is #de71ba


#de71ba Border Color

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

This div border color is #de71ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71ba


Comments

No comments written yet.

Please login to write comment.