Color Hex Logo

#d00baa Color Hex

#D00BAA
(208,11,170)
0 Favorites   0 Comments

Color spaces of #d00baa

RGB 20811170
HSL0.870.900.43
HSV312°95°82°
CMYK 0.000.950.18   0.18
XYZ33.387816.551539.4652
Yxy16.55150.37340.1851
Hunter Lab40.683575.2936-29.0360
CIE-Lab47.689978.2675-32.7883

#d00baa color RGB value is (208,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 10101010
Octal 320 13 252
Decimal 208 11 170
Hex D0 B AA

RGB Percentages of Color #d00baa

%53.47
%2.83
%43.70

CMYK Percentages of Color #d00baa

%0
%95
%18
%18

Triadic Colors of #d00baa

#d00baa #aad00b #0baad0

Analogous Colors of #d00baa

#d00baa #d00b48 #940bd0

Monochromatic Colors of #d00baa

#d00baa

Complementary Color

#d00baa #0bd031

#d00baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00baa Color CSS Codes

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

#d00baa Text Font Color

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

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


#d00baa Background Color

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

This div background color is #d00baa


#d00baa Border Color

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

This div border color is #d00baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00baa


Comments

No comments written yet.

Please login to write comment.