Color Hex Logo

#d0aabb Color Hex

#D0AABB
(208,170,187)
0 Favorites   0 Comments

Color spaces of #d0aabb

RGB 208170187
HSL0.930.290.74
HSV333°18°82°
CMYK 0.000.180.10   0.18
XYZ49.356845.747253.2424
Yxy45.74720.33270.3084
Hunter Lab67.636711.89340.6736
CIE-Lab73.381216.6253-3.4605

#d0aabb color RGB value is (208,170,187).

#d0aabb hex color red value is 208, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d0aabb hue: 0.93 , saturation: 0.29 and the lightness value of d0aabb is 0.74.

The process color (four color CMYK) of #d0aabb color hex is 0.00, 0.18, 0.10, 0.18. Web safe color of #d0aabb is #cc99cc. Color #d0aabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 10111011
Octal 320 252 273
Decimal 208 170 187
Hex D0 AA BB

RGB Percentages of Color #d0aabb

%36.81
%30.09
%33.10

CMYK Percentages of Color #d0aabb

%0
%18
%10
%18

Triadic Colors of #d0aabb

#d0aabb #bbd0aa #aabbd0

Analogous Colors of #d0aabb

#d0aabb #d0acaa #d0aace

Monochromatic Colors of #d0aabb

#d0aabb

Complementary Color

#d0aabb #aad0bf

#d0aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aabb Color CSS Codes

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

#d0aabb Text Font Color

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

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


#d0aabb Background Color

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

This div background color is #d0aabb


#d0aabb Border Color

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

This div border color is #d0aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aabb


Comments

No comments written yet.

Please login to write comment.