Color Hex Logo

#d54eac Color Hex

#D54EAC
(213,78,172)
0 Favorites   0 Comments

Color spaces of #d54eac

RGB 21378172
HSL0.880.620.57
HSV318°63°84°
CMYK 0.000.630.19   0.16
XYZ37.611422.573541.4045
Yxy22.57350.37020.2222
Hunter Lab47.511658.1600-18.4108
CIE-Lab54.630362.6416-23.1206

#d54eac color RGB value is (213,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001110 10101100
Octal 325 116 254
Decimal 213 78 172
Hex D5 4E AC

RGB Percentages of Color #d54eac

%46.00
%16.85
%37.15

CMYK Percentages of Color #d54eac

%0
%63
%19
%16

Triadic Colors of #d54eac

#d54eac #acd54e #4eacd5

Analogous Colors of #d54eac

#d54eac #d54e69 #bb4ed5

Monochromatic Colors of #d54eac

#d54eac

Complementary Color

#d54eac #4ed577

#d54eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54eac Color CSS Codes

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

#d54eac Text Font Color

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

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


#d54eac Background Color

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

This div background color is #d54eac


#d54eac Border Color

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

This div border color is #d54eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54eac


Comments

No comments written yet.

Please login to write comment.