Color Hex Logo

#d5719d Color Hex

#D5719D
(213,113,157)
0 Favorites   0 Comments

Color spaces of #d5719d

RGB 213113157
HSL0.930.540.64
HSV334°47°84°
CMYK 0.000.470.26   0.16
XYZ39.431528.390735.3000
Yxy28.39070.38240.2753
Hunter Lab53.282938.8520-1.9816
CIE-Lab60.240144.2898-5.9457

#d5719d color RGB value is (213,113,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 10011101
Octal 325 161 235
Decimal 213 113 157
Hex D5 71 9D

RGB Percentages of Color #d5719d

%44.10
%23.40
%32.51

CMYK Percentages of Color #d5719d

%0
%47
%26
%16

Triadic Colors of #d5719d

#d5719d #9dd571 #719dd5

Analogous Colors of #d5719d

#d5719d #d57771 #d571cf

Monochromatic Colors of #d5719d

#d5719d

Complementary Color

#d5719d #71d5a9

#d5719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5719d Color CSS Codes

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

#d5719d Text Font Color

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

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


#d5719d Background Color

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

This div background color is #d5719d


#d5719d Border Color

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

This div border color is #d5719d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5719d


Comments

No comments written yet.

Please login to write comment.