Color Hex Logo

#d80a32 Color Hex

#D80A32
(216,10,50)
0 Favorites   0 Comments

Color spaces of #d80a32

RGB 2161050
HSL0.970.910.44
HSV348°95°85°
CMYK 0.000.950.77   0.15
XYZ29.003215.04634.3932
Yxy15.04630.59870.3106
Hunter Lab38.789665.583820.4377
CIE-Lab45.697570.681737.7783

#d80a32 color RGB value is (216,10,50).

#d80a32 hex color red value is 216, green value is 10 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d80a32 hue: 0.97 , saturation: 0.91 and the lightness value of d80a32 is 0.44.

The process color (four color CMYK) of #d80a32 color hex is 0.00, 0.95, 0.77, 0.15. Web safe color of #d80a32 is #cc0033. Color #d80a32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001010 00110010
Octal 330 12 62
Decimal 216 10 50
Hex D8 A 32

RGB Percentages of Color #d80a32

%78.26
%3.62
%18.12

CMYK Percentages of Color #d80a32

%0
%95
%77
%15

Triadic Colors of #d80a32

#d80a32 #32d80a #0a32d8

Analogous Colors of #d80a32

#d80a32 #d8490a #d80a99

Monochromatic Colors of #d80a32

#d80a32

Complementary Color

#d80a32 #0ad8b0

#d80a32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80a32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80a32 Color CSS Codes

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

#d80a32 Text Font Color

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

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


#d80a32 Background Color

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

This div background color is #d80a32


#d80a32 Border Color

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

This div border color is #d80a32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,10,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d80a32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d80a32;
  -webkit-box-shadow: 1px 1px 3px 2px #d80a32;
  box-shadow:         1px 1px 3px 2px #d80a32; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,10,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80a32


Comments

No comments written yet.

Please login to write comment.