Color Hex Logo

#d54aa2 Color Hex

#D54AA2
(213,74,162)
0 Favorites   0 Comments

Color spaces of #d54aa2

RGB 21374162
HSL0.890.620.56
HSV322°65°84°
CMYK 0.000.650.24   0.16
XYZ36.410921.652336.4427
Yxy21.65230.38530.2291
Hunter Lab46.532058.2436-13.8620
CIE-Lab53.656162.8927-18.7642

#d54aa2 color RGB value is (213,74,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001010 10100010
Octal 325 112 242
Decimal 213 74 162
Hex D5 4A A2

RGB Percentages of Color #d54aa2

%47.44
%16.48
%36.08

CMYK Percentages of Color #d54aa2

%0
%65
%24
%16

Triadic Colors of #d54aa2

#d54aa2 #a2d54a #4aa2d5

Analogous Colors of #d54aa2

#d54aa2 #d54a5d #c34ad5

Monochromatic Colors of #d54aa2

#d54aa2

Complementary Color

#d54aa2 #4ad57d

#d54aa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54aa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54aa2 Color CSS Codes

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

#d54aa2 Text Font Color

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

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


#d54aa2 Background Color

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

This div background color is #d54aa2


#d54aa2 Border Color

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

This div border color is #d54aa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54aa2


Comments

No comments written yet.

Please login to write comment.