Color Hex Logo

#d574ad Color Hex

#D574AD
(213,116,173)
0 Favorites   0 Comments

Color spaces of #d574ad

RGB 213116173
HSL0.900.540.65
HSV325°46°84°
CMYK 0.000.460.19   0.16
XYZ41.228829.654043.0860
Yxy29.65400.36180.2602
Hunter Lab54.455539.8471-8.7923
CIE-Lab61.354545.0679-13.4626

#d574ad color RGB value is (213,116,173).

#d574ad hex color red value is 213, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d574ad hue: 0.90 , saturation: 0.54 and the lightness value of d574ad is 0.65.

The process color (four color CMYK) of #d574ad color hex is 0.00, 0.46, 0.19, 0.16. Web safe color of #d574ad is #cc6699. Color #d574ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110100 10101101
Octal 325 164 255
Decimal 213 116 173
Hex D5 74 AD

RGB Percentages of Color #d574ad

%42.43
%23.11
%34.46

CMYK Percentages of Color #d574ad

%0
%46
%19
%16

Triadic Colors of #d574ad

#d574ad #add574 #74add5

Analogous Colors of #d574ad

#d574ad #d5747d #cd74d5

Monochromatic Colors of #d574ad

#d574ad

Complementary Color

#d574ad #74d59c

#d574ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d574ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d574ad Color CSS Codes

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

#d574ad Text Font Color

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

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


#d574ad Background Color

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

This div background color is #d574ad


#d574ad Border Color

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

This div border color is #d574ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d574ad


Comments

No comments written yet.

Please login to write comment.