Color Hex Logo

#de94ab Color Hex

#DE94AB
(222,148,171)
0 Favorites   0 Comments

Color spaces of #de94ab

RGB 222148171
HSL0.950.530.73
HSV341°33°87°
CMYK 0.000.330.23   0.13
XYZ48.064839.649743.6479
Yxy39.64970.36590.3018
Hunter Lab62.968026.05882.9792
CIE-Lab69.219331.0267-0.5382

#de94ab color RGB value is (222,148,171).

#de94ab hex color red value is 222, green value is 148 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de94ab hue: 0.95 , saturation: 0.53 and the lightness value of de94ab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 10101011
Octal 336 224 253
Decimal 222 148 171
Hex DE 94 AB

RGB Percentages of Color #de94ab

%41.04
%27.36
%31.61

CMYK Percentages of Color #de94ab

%0
%33
%23
%13

Triadic Colors of #de94ab

#de94ab #abde94 #94abde

Analogous Colors of #de94ab

#de94ab #dea294 #de94d0

Monochromatic Colors of #de94ab

#de94ab

Complementary Color

#de94ab #94dec7

#de94ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de94ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de94ab Color CSS Codes

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

#de94ab Text Font Color

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

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


#de94ab Background Color

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

This div background color is #de94ab


#de94ab Border Color

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

This div border color is #de94ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de94ab


Comments

No comments written yet.

Please login to write comment.