Color Hex Logo

#d8351a Color Hex

#D8351A
(216,53,26)
0 Favorites   0 Comments

Color spaces of #d8351a

RGB 2165326
HSL0.020.790.47
HSV88°85°
CMYK 0.000.750.88   0.15
XYZ29.778517.21972.7315
Yxy17.21970.59880.3463
Hunter Lab41.496655.474725.1449
CIE-Lab48.535761.421552.7206

#d8351a color RGB value is (216,53,26).

#d8351a hex color red value is 216, green value is 53 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d8351a hue: 0.02 , saturation: 0.79 and the lightness value of d8351a is 0.47.

The process color (four color CMYK) of #d8351a color hex is 0.00, 0.75, 0.88, 0.15. Web safe color of #d8351a is #cc3333. Color #d8351a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110101 00011010
Octal 330 65 32
Decimal 216 53 26
Hex D8 35 1A

RGB Percentages of Color #d8351a

%73.22
%17.97
%8.81

CMYK Percentages of Color #d8351a

%0
%75
%88
%15

Triadic Colors of #d8351a

#d8351a #1ad835 #351ad8

Analogous Colors of #d8351a

#d8351a #d8941a #d81a5e

Monochromatic Colors of #d8351a

#d8351a

Complementary Color

#d8351a #1abdd8

#d8351a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8351a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8351a Color CSS Codes

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

#d8351a Text Font Color

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

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


#d8351a Background Color

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

This div background color is #d8351a


#d8351a Border Color

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

This div border color is #d8351a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8351a


Comments

No comments written yet.

Please login to write comment.