Color Hex Logo

#d54aaf Color Hex

#D54AAF
(213,74,175)
0 Favorites   0 Comments

Color spaces of #d54aaf

RGB 21374175
HSL0.880.620.56
HSV316°65°84°
CMYK 0.000.650.18   0.16
XYZ37.627222.138842.8475
Yxy22.13880.36670.2157
Hunter Lab47.051960.4049-21.0557
CIE-Lab54.174064.6599-25.5714

#d54aaf color RGB value is (213,74,175).

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

The process color (four color CMYK) of #d54aaf color hex is 0.00, 0.65, 0.18, 0.16. Web safe color of #d54aaf is #cc3399. Color #d54aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001010 10101111
Octal 325 112 257
Decimal 213 74 175
Hex D5 4A AF

RGB Percentages of Color #d54aaf

%46.10
%16.02
%37.88

CMYK Percentages of Color #d54aaf

%0
%65
%18
%16

Triadic Colors of #d54aaf

#d54aaf #afd54a #4aafd5

Analogous Colors of #d54aaf

#d54aaf #d54a6a #b64ad5

Monochromatic Colors of #d54aaf

#d54aaf

Complementary Color

#d54aaf #4ad570

#d54aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54aaf Color CSS Codes

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

#d54aaf Text Font Color

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

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


#d54aaf Background Color

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

This div background color is #d54aaf


#d54aaf Border Color

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

This div border color is #d54aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54aaf


Comments

No comments written yet.

Please login to write comment.