Color Hex Logo

#d082ac Color Hex

#D082AC
(208,130,172)
0 Favorites   0 Comments

Color spaces of #d082ac

RGB 208130172
HSL0.910.450.66
HSV328°38°82°
CMYK 0.000.380.17   0.18
XYZ41.441532.353743.0904
Yxy32.35370.35450.2768
Hunter Lab56.880330.5099-5.0997
CIE-Lab63.634135.8918-9.5372

#d082ac color RGB value is (208,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 10101100
Octal 320 202 254
Decimal 208 130 172
Hex D0 82 AC

RGB Percentages of Color #d082ac

%40.78
%25.49
%33.73

CMYK Percentages of Color #d082ac

%0
%38
%17
%18

Triadic Colors of #d082ac

#d082ac #acd082 #82acd0

Analogous Colors of #d082ac

#d082ac #d08285 #cd82d0

Monochromatic Colors of #d082ac

#d082ac

Complementary Color

#d082ac #82d0a6

#d082ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082ac Color CSS Codes

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

#d082ac Text Font Color

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

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


#d082ac Background Color

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

This div background color is #d082ac


#d082ac Border Color

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

This div border color is #d082ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082ac


Comments

No comments written yet.

Please login to write comment.