Color Hex Logo

#d585ad Color Hex

#D585AD
(213,133,173)
0 Favorites   0 Comments

Color spaces of #d585ad

RGB 213133173
HSL0.920.490.68
HSV330°38°84°
CMYK 0.000.380.19   0.16
XYZ43.370933.938343.8000
Yxy33.93830.35810.2802
Hunter Lab58.256630.9408-3.7974
CIE-Lab64.913636.1719-8.1329

#d585ad color RGB value is (213,133,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000101 10101101
Octal 325 205 255
Decimal 213 133 173
Hex D5 85 AD

RGB Percentages of Color #d585ad

%41.04
%25.63
%33.33

CMYK Percentages of Color #d585ad

%0
%38
%19
%16

Triadic Colors of #d585ad

#d585ad #add585 #85add5

Analogous Colors of #d585ad

#d585ad #d58585 #d585d5

Monochromatic Colors of #d585ad

#d585ad

Complementary Color

#d585ad #85d5ad

#d585ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d585ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d585ad Color CSS Codes

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

#d585ad Text Font Color

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

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


#d585ad Background Color

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

This div background color is #d585ad


#d585ad Border Color

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

This div border color is #d585ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,133,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d585ad


Comments

No comments written yet.

Please login to write comment.