Color Hex Logo

#d8300a Color Hex

#D8300A
(216,48,10)
0 Favorites   0 Comments

Color spaces of #d8300a

RGB 2164810
HSL0.030.910.44
HSV11°95°85°
CMYK 0.000.780.95   0.15
XYZ29.430616.73471.9661
Yxy16.73470.61150.3477
Hunter Lab40.908156.829625.7861
CIE-Lab47.924062.730457.7437

#d8300a color RGB value is (216,48,10).

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

The process color (four color CMYK) of #d8300a color hex is 0.00, 0.78, 0.95, 0.15. Web safe color of #d8300a is #cc3300. Color #d8300a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110000 00001010
Octal 330 60 12
Decimal 216 48 10
Hex D8 30 A

RGB Percentages of Color #d8300a

%78.83
%17.52
%3.65

CMYK Percentages of Color #d8300a

%0
%78
%95
%15

Triadic Colors of #d8300a

#d8300a #0ad830 #300ad8

Analogous Colors of #d8300a

#d8300a #d8970a #d80a4b

Monochromatic Colors of #d8300a

#d8300a

Complementary Color

#d8300a #0ab2d8

#d8300a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8300a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8300a Color CSS Codes

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

#d8300a Text Font Color

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

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


#d8300a Background Color

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

This div background color is #d8300a


#d8300a Border Color

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

This div border color is #d8300a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8300a


Comments

No comments written yet.

Please login to write comment.