Color Hex Logo

#d9084e Color Hex

#D9084E
(217,8,78)
0 Favorites   0 Comments

Color spaces of #d9084e

RGB 217878
HSL0.940.930.44
HSV340°96°85°
CMYK 0.000.960.64   0.15
XYZ30.077315.47548.6095
Yxy15.47540.55530.2857
Hunter Lab39.338867.633114.5612
CIE-Lab46.278672.282521.5343

#d9084e color RGB value is (217,8,78).

#d9084e hex color red value is 217, green value is 8 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d9084e hue: 0.94 , saturation: 0.93 and the lightness value of d9084e is 0.44.

The process color (four color CMYK) of #d9084e color hex is 0.00, 0.96, 0.64, 0.15. Web safe color of #d9084e is #cc0066. Color #d9084e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 01001110
Octal 331 10 116
Decimal 217 8 78
Hex D9 8 4E

RGB Percentages of Color #d9084e

%71.62
%2.64
%25.74

CMYK Percentages of Color #d9084e

%0
%96
%64
%15

Triadic Colors of #d9084e

#d9084e #4ed908 #084ed9

Analogous Colors of #d9084e

#d9084e #d92b08 #d908b7

Monochromatic Colors of #d9084e

#d9084e

Complementary Color

#d9084e #08d993

#d9084e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9084e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9084e Color CSS Codes

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

#d9084e Text Font Color

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

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


#d9084e Background Color

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

This div background color is #d9084e


#d9084e Border Color

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

This div border color is #d9084e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9084e


Comments

No comments written yet.

Please login to write comment.