Color Hex Logo

#de0baa Color Hex

#DE0BAA
(222,11,170)
0 Favorites   0 Comments

Color spaces of #de0baa

RGB 22211170
HSL0.870.910.46
HSV315°95°87°
CMYK 0.000.950.23   0.13
XYZ37.499618.671239.6577
Yxy18.67120.39130.1948
Hunter Lab43.210279.2919-24.1684
CIE-Lab50.300380.9413-28.5191

#de0baa color RGB value is (222,11,170).

#de0baa hex color red value is 222, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de0baa hue: 0.87 , saturation: 0.91 and the lightness value of de0baa is 0.46.

The process color (four color CMYK) of #de0baa color hex is 0.00, 0.95, 0.23, 0.13. Web safe color of #de0baa is #cc0099. Color #de0baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00001011 10101010
Octal 336 13 252
Decimal 222 11 170
Hex DE B AA

RGB Percentages of Color #de0baa

%55.09
%2.73
%42.18

CMYK Percentages of Color #de0baa

%0
%95
%23
%13

Triadic Colors of #de0baa

#de0baa #aade0b #0baade

Analogous Colors of #de0baa

#de0baa #de0b41 #a90bde

Monochromatic Colors of #de0baa

#de0baa

Complementary Color

#de0baa #0bde3f

#de0baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0baa Color CSS Codes

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

#de0baa Text Font Color

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

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


#de0baa Background Color

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

This div background color is #de0baa


#de0baa Border Color

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

This div border color is #de0baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0baa


Comments

No comments written yet.

Please login to write comment.