Color Hex Logo

#d8343a Color Hex

#D8343A
(216,52,58)
0 Favorites   0 Comments

Color spaces of #d8343a

RGB 2165258
HSL0.990.680.53
HSV358°76°85°
CMYK 0.000.760.73   0.15
XYZ30.310617.36045.7563
Yxy17.36040.56730.3249
Hunter Lab41.665856.938120.9749
CIE-Lab48.711062.676736.5079

#d8343a color RGB value is (216,52,58).

#d8343a hex color red value is 216, green value is 52 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d8343a hue: 0.99 , saturation: 0.68 and the lightness value of d8343a is 0.53.

The process color (four color CMYK) of #d8343a color hex is 0.00, 0.76, 0.73, 0.15. Web safe color of #d8343a is #cc3333. Color #d8343a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 00111010
Octal 330 64 72
Decimal 216 52 58
Hex D8 34 3A

RGB Percentages of Color #d8343a

%66.26
%15.95
%17.79

CMYK Percentages of Color #d8343a

%0
%76
%73
%15

Triadic Colors of #d8343a

#d8343a #3ad834 #343ad8

Analogous Colors of #d8343a

#d8343a #d88034 #d8348c

Monochromatic Colors of #d8343a

#d8343a

Complementary Color

#d8343a #34d8d2

#d8343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8343a Color CSS Codes

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

#d8343a Text Font Color

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

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


#d8343a Background Color

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

This div background color is #d8343a


#d8343a Border Color

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

This div border color is #d8343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8343a


Comments

No comments written yet.

Please login to write comment.