Color Hex Logo

#d54baa Color Hex

#D54BAA
(213,75,170)
0 Favorites   0 Comments

Color spaces of #d54baa

RGB 21375170
HSL0.890.620.56
HSV319°65°84°
CMYK 0.000.650.20   0.16
XYZ37.212322.080640.3309
Yxy22.08060.37350.2216
Hunter Lab46.990059.1251-17.9948
CIE-Lab54.112463.5708-22.7501

#d54baa color RGB value is (213,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001011 10101010
Octal 325 113 252
Decimal 213 75 170
Hex D5 4B AA

RGB Percentages of Color #d54baa

%46.51
%16.38
%37.12

CMYK Percentages of Color #d54baa

%0
%65
%20
%16

Triadic Colors of #d54baa

#d54baa #aad54b #4baad5

Analogous Colors of #d54baa

#d54baa #d54b65 #bb4bd5

Monochromatic Colors of #d54baa

#d54baa

Complementary Color

#d54baa #4bd576

#d54baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54baa Color CSS Codes

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

#d54baa Text Font Color

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

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


#d54baa Background Color

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

This div background color is #d54baa


#d54baa Border Color

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

This div border color is #d54baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54baa


Comments

No comments written yet.

Please login to write comment.