Color Hex Logo

#d07aab Color Hex

#D07AAB
(208,122,171)
0 Favorites   0 Comments

Color spaces of #d07aab

RGB 208122171
HSL0.910.480.65
HSV326°41°82°
CMYK 0.000.410.18   0.18
XYZ40.322630.269242.2454
Yxy30.26920.35740.2683
Hunter Lab55.017534.5431-7.0139
CIE-Lab61.885839.9843-11.5854

#d07aab color RGB value is (208,122,171).

#d07aab hex color red value is 208, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d07aab hue: 0.91 , saturation: 0.48 and the lightness value of d07aab is 0.65.

The process color (four color CMYK) of #d07aab color hex is 0.00, 0.41, 0.18, 0.18. Web safe color of #d07aab is #cc6699. Color #d07aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111010 10101011
Octal 320 172 253
Decimal 208 122 171
Hex D0 7A AB

RGB Percentages of Color #d07aab

%41.52
%24.35
%34.13

CMYK Percentages of Color #d07aab

%0
%41
%18
%18

Triadic Colors of #d07aab

#d07aab #abd07a #7aabd0

Analogous Colors of #d07aab

#d07aab #d07a80 #ca7ad0

Monochromatic Colors of #d07aab

#d07aab

Complementary Color

#d07aab #7ad09f

#d07aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07aab Color CSS Codes

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

#d07aab Text Font Color

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

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


#d07aab Background Color

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

This div background color is #d07aab


#d07aab Border Color

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

This div border color is #d07aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07aab


Comments

No comments written yet.

Please login to write comment.