Color Hex Logo

#d54cac Color Hex

#D54CAC
(213,76,172)
0 Favorites   0 Comments

Color spaces of #d54cac

RGB 21376172
HSL0.880.620.57
HSV318°64°84°
CMYK 0.000.640.19   0.16
XYZ37.471422.293641.3579
Yxy22.29360.37060.2205
Hunter Lab47.216159.0321-18.8825
CIE-Lab54.337163.4491-23.5716

#d54cac color RGB value is (213,76,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001100 10101100
Octal 325 114 254
Decimal 213 76 172
Hex D5 4C AC

RGB Percentages of Color #d54cac

%46.20
%16.49
%37.31

CMYK Percentages of Color #d54cac

%0
%64
%19
%16

Triadic Colors of #d54cac

#d54cac #acd54c #4cacd5

Analogous Colors of #d54cac

#d54cac #d54c68 #ba4cd5

Monochromatic Colors of #d54cac

#d54cac

Complementary Color

#d54cac #4cd575

#d54cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54cac Color CSS Codes

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

#d54cac Text Font Color

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

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


#d54cac Background Color

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

This div background color is #d54cac


#d54cac Border Color

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

This div border color is #d54cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54cac


Comments

No comments written yet.

Please login to write comment.