Color Hex Logo

#d9419f Color Hex

#D9419F
(217,65,159)
0 Favorites   0 Comments

Color spaces of #d9419f

RGB 21765159
HSL0.900.670.55
HSV323°70°85°
CMYK 0.000.700.27   0.15
XYZ36.763621.035534.9235
Yxy21.03550.39650.2269
Hunter Lab45.864562.8175-13.0412
CIE-Lab52.988366.9399-17.9585

#d9419f color RGB value is (217,65,159).

#d9419f hex color red value is 217, green value is 65 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d9419f hue: 0.90 , saturation: 0.67 and the lightness value of d9419f is 0.55.

The process color (four color CMYK) of #d9419f color hex is 0.00, 0.70, 0.27, 0.15. Web safe color of #d9419f is #cc3399. Color #d9419f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000001 10011111
Octal 331 101 237
Decimal 217 65 159
Hex D9 41 9F

RGB Percentages of Color #d9419f

%49.21
%14.74
%36.05

CMYK Percentages of Color #d9419f

%0
%70
%27
%15

Triadic Colors of #d9419f

#d9419f #9fd941 #419fd9

Analogous Colors of #d9419f

#d9419f #d94153 #c741d9

Monochromatic Colors of #d9419f

#d9419f

Complementary Color

#d9419f #41d97b

#d9419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9419f Color CSS Codes

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

#d9419f Text Font Color

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

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


#d9419f Background Color

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

This div background color is #d9419f


#d9419f Border Color

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

This div border color is #d9419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9419f


Comments

No comments written yet.

Please login to write comment.