Color Hex Logo

#d583aa Color Hex

#D583AA
(213,131,170)
0 Favorites   0 Comments

Color spaces of #d583aa

RGB 213131170
HSL0.920.490.67
HSV331°38°84°
CMYK 0.000.380.20   0.16
XYZ42.812633.281042.1976
Yxy33.28100.36190.2813
Hunter Lab57.689731.5112-2.9854
CIE-Lab64.387836.7793-7.2166

#d583aa color RGB value is (213,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 10101010
Octal 325 203 252
Decimal 213 131 170
Hex D5 83 AA

RGB Percentages of Color #d583aa

%41.44
%25.49
%33.07

CMYK Percentages of Color #d583aa

%0
%38
%20
%16

Triadic Colors of #d583aa

#d583aa #aad583 #83aad5

Analogous Colors of #d583aa

#d583aa #d58583 #d583d3

Monochromatic Colors of #d583aa

#d583aa

Complementary Color

#d583aa #83d5ae

#d583aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d583aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d583aa Color CSS Codes

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

#d583aa Text Font Color

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

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


#d583aa Background Color

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

This div background color is #d583aa


#d583aa Border Color

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

This div border color is #d583aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d583aa


Comments

No comments written yet.

Please login to write comment.