Color Hex Logo

#d9083e Color Hex

#D9083E
(217,8,62)
0 Favorites   0 Comments

Color spaces of #d9083e

RGB 217862
HSL0.960.930.44
HSV344°96°85°
CMYK 0.000.960.71   0.15
XYZ29.571615.27325.9468
Yxy15.27320.58220.3007
Hunter Lab39.080966.675018.3347
CIE-Lab46.006171.536431.0253

#d9083e color RGB value is (217,8,62).

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

The process color (four color CMYK) of #d9083e color hex is 0.00, 0.96, 0.71, 0.15. Web safe color of #d9083e is #cc0033. Color #d9083e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001000 00111110
Octal 331 10 76
Decimal 217 8 62
Hex D9 8 3E

RGB Percentages of Color #d9083e

%75.61
%2.79
%21.60

CMYK Percentages of Color #d9083e

%0
%96
%71
%15

Triadic Colors of #d9083e

#d9083e #3ed908 #083ed9

Analogous Colors of #d9083e

#d9083e #d93b08 #d908a7

Monochromatic Colors of #d9083e

#d9083e

Complementary Color

#d9083e #08d9a3

#d9083e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9083e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9083e Color CSS Codes

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

#d9083e Text Font Color

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

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


#d9083e Background Color

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

This div background color is #d9083e


#d9083e Border Color

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

This div border color is #d9083e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9083e


Comments

No comments written yet.

Please login to write comment.