Color Hex Logo

#d183aa Color Hex

#D183AA
(209,131,170)
0 Favorites   0 Comments

Color spaces of #d183aa

RGB 209131170
HSL0.920.460.67
HSV330°37°82°
CMYK 0.000.370.19   0.18
XYZ41.666532.690242.1440
Yxy32.69020.35770.2806
Hunter Lab57.175330.0249-3.6800
CIE-Lab63.909335.3908-7.9799

#d183aa color RGB value is (209,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000011 10101010
Octal 321 203 252
Decimal 209 131 170
Hex D1 83 AA

RGB Percentages of Color #d183aa

%40.98
%25.69
%33.33

CMYK Percentages of Color #d183aa

%0
%37
%19
%18

Triadic Colors of #d183aa

#d183aa #aad183 #83aad1

Analogous Colors of #d183aa

#d183aa #d18383 #d183d1

Monochromatic Colors of #d183aa

#d183aa

Complementary Color

#d183aa #83d1aa

#d183aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d183aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d183aa Color CSS Codes

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

#d183aa Text Font Color

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

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


#d183aa Background Color

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

This div background color is #d183aa


#d183aa Border Color

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

This div border color is #d183aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d183aa


Comments

No comments written yet.

Please login to write comment.