Color Hex Logo

#d082ab Color Hex

#D082AB
(208,130,171)
0 Favorites   0 Comments

Color spaces of #d082ab

RGB 208130171
HSL0.910.450.66
HSV328°38°82°
CMYK 0.000.380.18   0.18
XYZ41.345732.315442.5864
Yxy32.31540.35570.2780
Hunter Lab56.846630.3450-4.6242
CIE-Lab63.602735.7349-9.0167

#d082ab color RGB value is (208,130,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 10101011
Octal 320 202 253
Decimal 208 130 171
Hex D0 82 AB

RGB Percentages of Color #d082ab

%40.86
%25.54
%33.60

CMYK Percentages of Color #d082ab

%0
%38
%18
%18

Triadic Colors of #d082ab

#d082ab #abd082 #82abd0

Analogous Colors of #d082ab

#d082ab #d08284 #ce82d0

Monochromatic Colors of #d082ab

#d082ab

Complementary Color

#d082ab #82d0a7

#d082ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082ab Color CSS Codes

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

#d082ab Text Font Color

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

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


#d082ab Background Color

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

This div background color is #d082ab


#d082ab Border Color

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

This div border color is #d082ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082ab


Comments

No comments written yet.

Please login to write comment.