Color Hex Logo

#d54faa Color Hex

#D54FAA
(213,79,170)
0 Favorites   0 Comments

Color spaces of #d54faa

RGB 21379170
HSL0.890.610.57
HSV319°63°84°
CMYK 0.000.630.20   0.16
XYZ37.492322.640440.4242
Yxy22.64040.37280.2252
Hunter Lab47.581957.3811-17.0637
CIE-Lab54.700061.9533-21.8477

#d54faa color RGB value is (213,79,170).

#d54faa hex color red value is 213, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d54faa hue: 0.89 , saturation: 0.61 and the lightness value of d54faa is 0.57.

The process color (four color CMYK) of #d54faa color hex is 0.00, 0.63, 0.20, 0.16. Web safe color of #d54faa is #cc6699. Color #d54faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001111 10101010
Octal 325 117 252
Decimal 213 79 170
Hex D5 4F AA

RGB Percentages of Color #d54faa

%46.10
%17.10
%36.80

CMYK Percentages of Color #d54faa

%0
%63
%20
%16

Triadic Colors of #d54faa

#d54faa #aad54f #4faad5

Analogous Colors of #d54faa

#d54faa #d54f67 #bd4fd5

Monochromatic Colors of #d54faa

#d54faa

Complementary Color

#d54faa #4fd57a

#d54faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54faa Color CSS Codes

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

#d54faa Text Font Color

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

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


#d54faa Background Color

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

This div background color is #d54faa


#d54faa Border Color

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

This div border color is #d54faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54faa


Comments

No comments written yet.

Please login to write comment.