Color Hex Logo

#d54daf Color Hex

#D54DAF
(213,77,175)
0 Favorites   0 Comments

Color spaces of #d54daf

RGB 21377175
HSL0.880.620.57
HSV317°64°84°
CMYK 0.000.640.18   0.16
XYZ37.832322.549042.9159
Yxy22.54900.36620.2183
Hunter Lab47.485859.1122-20.3441
CIE-Lab54.604763.4691-24.9067

#d54daf color RGB value is (213,77,175).

#d54daf hex color red value is 213, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d54daf hue: 0.88 , saturation: 0.62 and the lightness value of d54daf is 0.57.

The process color (four color CMYK) of #d54daf color hex is 0.00, 0.64, 0.18, 0.16. Web safe color of #d54daf is #cc6699. Color #d54daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 10101111
Octal 325 115 257
Decimal 213 77 175
Hex D5 4D AF

RGB Percentages of Color #d54daf

%45.81
%16.56
%37.63

CMYK Percentages of Color #d54daf

%0
%64
%18
%16

Triadic Colors of #d54daf

#d54daf #afd54d #4dafd5

Analogous Colors of #d54daf

#d54daf #d54d6b #b74dd5

Monochromatic Colors of #d54daf

#d54daf

Complementary Color

#d54daf #4dd573

#d54daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54daf Color CSS Codes

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

#d54daf Text Font Color

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

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


#d54daf Background Color

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

This div background color is #d54daf


#d54daf Border Color

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

This div border color is #d54daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54daf


Comments

No comments written yet.

Please login to write comment.