Color Hex Logo

#d9417d Color Hex

#D9417D
(217,65,125)
0 Favorites   0 Comments

Color spaces of #d9417d

RGB 21765125
HSL0.930.670.55
HSV336°70°85°
CMYK 0.000.700.42   0.15
XYZ34.207220.013021.4620
Yxy20.01300.45200.2644
Hunter Lab44.735958.20182.8708
CIE-Lab51.851963.19050.5913

#d9417d color RGB value is (217,65,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000001 01111101
Octal 331 101 175
Decimal 217 65 125
Hex D9 41 7D

RGB Percentages of Color #d9417d

%53.32
%15.97
%30.71

CMYK Percentages of Color #d9417d

%0
%70
%42
%15

Triadic Colors of #d9417d

#d9417d #7dd941 #417dd9

Analogous Colors of #d9417d

#d9417d #d95141 #d941c9

Monochromatic Colors of #d9417d

#d9417d

Complementary Color

#d9417d #41d99d

#d9417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9417d Color CSS Codes

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

#d9417d Text Font Color

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

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


#d9417d Background Color

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

This div background color is #d9417d


#d9417d Border Color

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

This div border color is #d9417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9417d


Comments

No comments written yet.

Please login to write comment.