Color Hex Logo

#d9084d Color Hex

#D9084D
(217,8,77)
0 Favorites   0 Comments

Color spaces of #d9084d

RGB 217877
HSL0.940.930.44
HSV340°96°85°
CMYK 0.000.960.65   0.15
XYZ30.041715.46128.4221
Yxy15.46120.55710.2867
Hunter Lab39.320767.565714.8252
CIE-Lab46.259572.230122.1288

#d9084d color RGB value is (217,8,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 01001101
Octal 331 10 115
Decimal 217 8 77
Hex D9 8 4D

RGB Percentages of Color #d9084d

%71.85
%2.65
%25.50

CMYK Percentages of Color #d9084d

%0
%96
%65
%15

Triadic Colors of #d9084d

#d9084d #4dd908 #084dd9

Analogous Colors of #d9084d

#d9084d #d92c08 #d908b6

Monochromatic Colors of #d9084d

#d9084d

Complementary Color

#d9084d #08d994

#d9084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9084d Color CSS Codes

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

#d9084d Text Font Color

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

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


#d9084d Background Color

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

This div background color is #d9084d


#d9084d Border Color

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

This div border color is #d9084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9084d


Comments

No comments written yet.

Please login to write comment.