Color Hex Logo

#d9034e Color Hex

#D9034E
(217,3,78)
0 Favorites   0 Comments

Color spaces of #d9034e

RGB 217378
HSL0.940.970.43
HSV339°99°85°
CMYK 0.000.990.64   0.15
XYZ30.023015.36698.5914
Yxy15.36690.55620.2847
Hunter Lab39.200668.108514.4462
CIE-Lab46.132772.706221.3430

#d9034e color RGB value is (217,3,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000011 01001110
Octal 331 3 116
Decimal 217 3 78
Hex D9 3 4E

RGB Percentages of Color #d9034e

%72.82
%1.01
%26.17

CMYK Percentages of Color #d9034e

%0
%99
%64
%15

Triadic Colors of #d9034e

#d9034e #4ed903 #034ed9

Analogous Colors of #d9034e

#d9034e #d92303 #d903b9

Monochromatic Colors of #d9034e

#d9034e

Complementary Color

#d9034e #03d98e

#d9034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9034e Color CSS Codes

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

#d9034e Text Font Color

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

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


#d9034e Background Color

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

This div background color is #d9034e


#d9034e Border Color

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

This div border color is #d9034e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,3,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 #d9034e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9034e


Comments

No comments written yet.

Please login to write comment.