Color Hex Logo

#d54dac Color Hex

#D54DAC
(213,77,172)
0 Favorites   0 Comments

Color spaces of #d54dac

RGB 21377172
HSL0.880.620.57
HSV318°64°84°
CMYK 0.000.640.19   0.16
XYZ37.540822.432441.3810
Yxy22.43240.37040.2213
Hunter Lab47.362958.5979-18.6478
CIE-Lab54.482863.0475-23.3474

#d54dac color RGB value is (213,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001101 10101100
Octal 325 115 254
Decimal 213 77 172
Hex D5 4D AC

RGB Percentages of Color #d54dac

%46.10
%16.67
%37.23

CMYK Percentages of Color #d54dac

%0
%64
%19
%16

Triadic Colors of #d54dac

#d54dac #acd54d #4dacd5

Analogous Colors of #d54dac

#d54dac #d54d68 #ba4dd5

Monochromatic Colors of #d54dac

#d54dac

Complementary Color

#d54dac #4dd576

#d54dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54dac Color CSS Codes

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

#d54dac Text Font Color

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

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


#d54dac Background Color

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

This div background color is #d54dac


#d54dac Border Color

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

This div border color is #d54dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54dac


Comments

No comments written yet.

Please login to write comment.