Color Hex Logo

#d586af Color Hex

#D586AF
(213,134,175)
0 Favorites   0 Comments

Color spaces of #d586af

RGB 213134175
HSL0.910.480.68
HSV329°37°84°
CMYK 0.000.370.18   0.16
XYZ43.703534.291544.8729
Yxy34.29150.35570.2791
Hunter Lab58.558930.7393-4.4418
CIE-Lab65.193335.9477-8.8464

#d586af color RGB value is (213,134,175).

#d586af hex color red value is 213, green value is 134 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d586af hue: 0.91 , saturation: 0.48 and the lightness value of d586af is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000110 10101111
Octal 325 206 257
Decimal 213 134 175
Hex D5 86 AF

RGB Percentages of Color #d586af

%40.80
%25.67
%33.52

CMYK Percentages of Color #d586af

%0
%37
%18
%16

Triadic Colors of #d586af

#d586af #afd586 #86afd5

Analogous Colors of #d586af

#d586af #d58688 #d486d5

Monochromatic Colors of #d586af

#d586af

Complementary Color

#d586af #86d5ac

#d586af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d586af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d586af Color CSS Codes

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

#d586af Text Font Color

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

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


#d586af Background Color

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

This div background color is #d586af


#d586af Border Color

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

This div border color is #d586af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d586af


Comments

No comments written yet.

Please login to write comment.