Color Hex Logo

#de91ab Color Hex

#DE91AB
(222,145,171)
0 Favorites   0 Comments

Color spaces of #de91ab

RGB 222145171
HSL0.940.540.72
HSV340°35°87°
CMYK 0.000.350.23   0.13
XYZ47.600338.720743.4931
Yxy38.72070.36670.2983
Hunter Lab62.226027.64972.1172
CIE-Lab68.548532.6309-1.5202

#de91ab color RGB value is (222,145,171).

#de91ab hex color red value is 222, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de91ab hue: 0.94 , saturation: 0.54 and the lightness value of de91ab is 0.72.

The process color (four color CMYK) of #de91ab color hex is 0.00, 0.35, 0.23, 0.13. Web safe color of #de91ab is #cc9999. Color #de91ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 10101011
Octal 336 221 253
Decimal 222 145 171
Hex DE 91 AB

RGB Percentages of Color #de91ab

%41.26
%26.95
%31.78

CMYK Percentages of Color #de91ab

%0
%35
%23
%13

Triadic Colors of #de91ab

#de91ab #abde91 #91abde

Analogous Colors of #de91ab

#de91ab #de9e91 #de91d2

Monochromatic Colors of #de91ab

#de91ab

Complementary Color

#de91ab #91dec4

#de91ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de91ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de91ab Color CSS Codes

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

#de91ab Text Font Color

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

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


#de91ab Background Color

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

This div background color is #de91ab


#de91ab Border Color

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

This div border color is #de91ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de91ab


Comments

No comments written yet.

Please login to write comment.