Color Hex Logo

#d9417f Color Hex

#D9417F
(217,65,127)
0 Favorites   0 Comments

Color spaces of #d9417f

RGB 21765127
HSL0.930.670.55
HSV336°70°85°
CMYK 0.000.700.41   0.15
XYZ34.336320.064622.1418
Yxy20.06460.44860.2621
Hunter Lab44.793558.43982.0479
CIE-Lab51.910263.3863-0.5244

#d9417f color RGB value is (217,65,127).

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

The process color (four color CMYK) of #d9417f color hex is 0.00, 0.70, 0.41, 0.15. Web safe color of #d9417f is #cc3366. Color #d9417f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000001 01111111
Octal 331 101 177
Decimal 217 65 127
Hex D9 41 7F

RGB Percentages of Color #d9417f

%53.06
%15.89
%31.05

CMYK Percentages of Color #d9417f

%0
%70
%41
%15

Triadic Colors of #d9417f

#d9417f #7fd941 #417fd9

Analogous Colors of #d9417f

#d9417f #d94f41 #d941cb

Monochromatic Colors of #d9417f

#d9417f

Complementary Color

#d9417f #41d99b

#d9417f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9417f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9417f Color CSS Codes

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

#d9417f Text Font Color

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

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


#d9417f Background Color

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

This div background color is #d9417f


#d9417f Border Color

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

This div border color is #d9417f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,65,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9417f


Comments

No comments written yet.

Please login to write comment.