Color Hex Logo

#d585ab Color Hex

#D585AB
(213,133,171)
0 Favorites   0 Comments

Color spaces of #d585ab

RGB 213133171
HSL0.920.490.68
HSV332°38°84°
CMYK 0.000.380.20   0.16
XYZ43.178833.861542.7882
Yxy33.86150.36030.2826
Hunter Lab58.190630.6175-2.8631
CIE-Lab64.852535.8660-7.0925

#d585ab color RGB value is (213,133,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000101 10101011
Octal 325 205 253
Decimal 213 133 171
Hex D5 85 AB

RGB Percentages of Color #d585ab

%41.20
%25.73
%33.08

CMYK Percentages of Color #d585ab

%0
%38
%20
%16

Triadic Colors of #d585ab

#d585ab #abd585 #85abd5

Analogous Colors of #d585ab

#d585ab #d58785 #d585d3

Monochromatic Colors of #d585ab

#d585ab

Complementary Color

#d585ab #85d5af

#d585ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d585ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d585ab Color CSS Codes

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

#d585ab Text Font Color

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

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


#d585ab Background Color

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

This div background color is #d585ab


#d585ab Border Color

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

This div border color is #d585ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d585ab


Comments

No comments written yet.

Please login to write comment.