Color Hex Logo

#d4719f Color Hex

#D4719F
(212,113,159)
0 Favorites   0 Comments

Color spaces of #d4719f

RGB 212113159
HSL0.920.540.64
HSV332°47°83°
CMYK 0.000.470.25   0.17
XYZ39.314528.310536.1933
Yxy28.31050.37870.2727
Hunter Lab53.207638.7783-3.0854
CIE-Lab60.168244.2303-7.2189

#d4719f color RGB value is (212,113,159).

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

The process color (four color CMYK) of #d4719f color hex is 0.00, 0.47, 0.25, 0.17. Web safe color of #d4719f is #cc6699. Color #d4719f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 10011111
Octal 324 161 237
Decimal 212 113 159
Hex D4 71 9F

RGB Percentages of Color #d4719f

%43.80
%23.35
%32.85

CMYK Percentages of Color #d4719f

%0
%47
%25
%17

Triadic Colors of #d4719f

#d4719f #9fd471 #719fd4

Analogous Colors of #d4719f

#d4719f #d47571 #d471d1

Monochromatic Colors of #d4719f

#d4719f

Complementary Color

#d4719f #71d4a6

#d4719f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4719f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4719f Color CSS Codes

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

#d4719f Text Font Color

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

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


#d4719f Background Color

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

This div background color is #d4719f


#d4719f Border Color

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

This div border color is #d4719f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4719f


Comments

No comments written yet.

Please login to write comment.