Color Hex Logo

#de71ab Color Hex

#DE71AB
(222,113,171)
0 Favorites   0 Comments

Color spaces of #de71ab

RGB 222113171
HSL0.910.620.66
HSV328°49°87°
CMYK 0.000.490.23   0.13
XYZ43.380030.280142.0863
Yxy30.28010.37480.2616
Hunter Lab55.027444.4200-6.8273
CIE-Lab61.895249.2093-11.3859

#de71ab color RGB value is (222,113,171).

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

The process color (four color CMYK) of #de71ab color hex is 0.00, 0.49, 0.23, 0.13. Web safe color of #de71ab is #cc6699. Color #de71ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 10101011
Octal 336 161 253
Decimal 222 113 171
Hex DE 71 AB

RGB Percentages of Color #de71ab

%43.87
%22.33
%33.79

CMYK Percentages of Color #de71ab

%0
%49
%23
%13

Triadic Colors of #de71ab

#de71ab #abde71 #71abde

Analogous Colors of #de71ab

#de71ab #de7175 #db71de

Monochromatic Colors of #de71ab

#de71ab

Complementary Color

#de71ab #71dea4

#de71ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71ab Color CSS Codes

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

#de71ab Text Font Color

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

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


#de71ab Background Color

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

This div background color is #de71ab


#de71ab Border Color

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

This div border color is #de71ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71ab


Comments

No comments written yet.

Please login to write comment.