Color Hex Logo

#d5719a Color Hex

#D5719A
(213,113,154)
0 Favorites   0 Comments

Color spaces of #d5719a

RGB 213113154
HSL0.930.540.64
HSV335°47°84°
CMYK 0.000.470.28   0.16
XYZ39.178428.289533.9673
Yxy28.28950.38620.2789
Hunter Lab53.187938.4050-0.6328
CIE-Lab60.149443.8811-4.3508

#d5719a color RGB value is (213,113,154).

#d5719a hex color red value is 213, green value is 113 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d5719a hue: 0.93 , saturation: 0.54 and the lightness value of d5719a is 0.64.

The process color (four color CMYK) of #d5719a color hex is 0.00, 0.47, 0.28, 0.16. Web safe color of #d5719a is #cc6699. Color #d5719a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 10011010
Octal 325 161 232
Decimal 213 113 154
Hex D5 71 9A

RGB Percentages of Color #d5719a

%44.38
%23.54
%32.08

CMYK Percentages of Color #d5719a

%0
%47
%28
%16

Triadic Colors of #d5719a

#d5719a #9ad571 #719ad5

Analogous Colors of #d5719a

#d5719a #d57a71 #d571cc

Monochromatic Colors of #d5719a

#d5719a

Complementary Color

#d5719a #71d5ac

#d5719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5719a Color CSS Codes

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

#d5719a Text Font Color

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

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


#d5719a Background Color

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

This div background color is #d5719a


#d5719a Border Color

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

This div border color is #d5719a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5719a


Comments

No comments written yet.

Please login to write comment.