Color Hex Logo

#d182aa Color Hex

#D182AA
(209,130,170)
0 Favorites   0 Comments

Color spaces of #d182aa

RGB 209130170
HSL0.920.460.66
HSV330°38°82°
CMYK 0.000.380.19   0.18
XYZ41.532832.422942.0994
Yxy32.42290.35790.2794
Hunter Lab56.941130.5508-3.9773
CIE-Lab63.690935.9255-8.3050

#d182aa color RGB value is (209,130,170).

#d182aa hex color red value is 209, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d182aa hue: 0.92 , saturation: 0.46 and the lightness value of d182aa is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 10101010
Octal 321 202 252
Decimal 209 130 170
Hex D1 82 AA

RGB Percentages of Color #d182aa

%41.06
%25.54
%33.40

CMYK Percentages of Color #d182aa

%0
%38
%19
%18

Triadic Colors of #d182aa

#d182aa #aad182 #82aad1

Analogous Colors of #d182aa

#d182aa #d18283 #d182d1

Monochromatic Colors of #d182aa

#d182aa

Complementary Color

#d182aa #82d1a9

#d182aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182aa Color CSS Codes

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

#d182aa Text Font Color

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

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


#d182aa Background Color

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

This div background color is #d182aa


#d182aa Border Color

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

This div border color is #d182aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182aa


Comments

No comments written yet.

Please login to write comment.