Color Hex Logo

#de90ab Color Hex

#DE90AB
(222,144,171)
0 Favorites   0 Comments

Color spaces of #de90ab

RGB 222144171
HSL0.940.540.72
HSV339°35°87°
CMYK 0.000.350.23   0.13
XYZ47.448138.416443.4424
Yxy38.41640.36690.2971
Hunter Lab61.981028.17991.8304
CIE-Lab68.326433.1644-1.8459

#de90ab color RGB value is (222,144,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 10101011
Octal 336 220 253
Decimal 222 144 171
Hex DE 90 AB

RGB Percentages of Color #de90ab

%41.34
%26.82
%31.84

CMYK Percentages of Color #de90ab

%0
%35
%23
%13

Triadic Colors of #de90ab

#de90ab #abde90 #90abde

Analogous Colors of #de90ab

#de90ab #de9c90 #de90d2

Monochromatic Colors of #de90ab

#de90ab

Complementary Color

#de90ab #90dec3

#de90ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de90ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de90ab Color CSS Codes

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

#de90ab Text Font Color

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

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


#de90ab Background Color

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

This div background color is #de90ab


#de90ab Border Color

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

This div border color is #de90ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de90ab


Comments

No comments written yet.

Please login to write comment.