Color Hex Logo

#d584ae Color Hex

#D584AE
(213,132,174)
0 Favorites   0 Comments

Color spaces of #d584ae

RGB 213132174
HSL0.910.490.68
HSV329°38°84°
CMYK 0.000.380.18   0.16
XYZ43.331833.704744.2662
Yxy33.70470.35720.2779
Hunter Lab58.055731.6317-4.5683
CIE-Lab64.727536.8583-8.9757

#d584ae color RGB value is (213,132,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 10101110
Octal 325 204 256
Decimal 213 132 174
Hex D5 84 AE

RGB Percentages of Color #d584ae

%41.04
%25.43
%33.53

CMYK Percentages of Color #d584ae

%0
%38
%18
%16

Triadic Colors of #d584ae

#d584ae #aed584 #84aed5

Analogous Colors of #d584ae

#d584ae #d58486 #d484d5

Monochromatic Colors of #d584ae

#d584ae

Complementary Color

#d584ae #84d5ab

#d584ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d584ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d584ae Color CSS Codes

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

#d584ae Text Font Color

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

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


#d584ae Background Color

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

This div background color is #d584ae


#d584ae Border Color

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

This div border color is #d584ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d584ae


Comments

No comments written yet.

Please login to write comment.