Color Hex Logo

#d081ab Color Hex

#D081AB
(208,129,171)
0 Favorites   0 Comments

Color spaces of #d081ab

RGB 208129171
HSL0.910.460.66
HSV328°38°82°
CMYK 0.000.380.18   0.18
XYZ41.213432.050742.5423
Yxy32.05070.35590.2768
Hunter Lab56.613330.8712-4.9244
CIE-Lab63.384836.2698-9.3419

#d081ab color RGB value is (208,129,171).

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

The process color (four color CMYK) of #d081ab color hex is 0.00, 0.38, 0.18, 0.18. Web safe color of #d081ab is #cc9999. Color #d081ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 10101011
Octal 320 201 253
Decimal 208 129 171
Hex D0 81 AB

RGB Percentages of Color #d081ab

%40.94
%25.39
%33.66

CMYK Percentages of Color #d081ab

%0
%38
%18
%18

Triadic Colors of #d081ab

#d081ab #abd081 #81abd0

Analogous Colors of #d081ab

#d081ab #d08184 #ce81d0

Monochromatic Colors of #d081ab

#d081ab

Complementary Color

#d081ab #81d0a6

#d081ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081ab Color CSS Codes

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

#d081ab Text Font Color

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

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


#d081ab Background Color

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

This div background color is #d081ab


#d081ab Border Color

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

This div border color is #d081ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081ab


Comments

No comments written yet.

Please login to write comment.