Color Hex Logo

#d8483d Color Hex

#D8483D
(216,72,61)
0 Favorites   0 Comments

Color spaces of #d8483d

RGB 2167261
HSL0.010.670.54
HSV72°85°
CMYK 0.000.670.72   0.15
XYZ31.478619.57066.5333
Yxy19.57060.54670.3399
Hunter Lab44.238749.596322.2109
CIE-Lab51.348255.641937.8190

#d8483d color RGB value is (216,72,61).

#d8483d hex color red value is 216, green value is 72 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d8483d hue: 0.01 , saturation: 0.67 and the lightness value of d8483d is 0.54.

The process color (four color CMYK) of #d8483d color hex is 0.00, 0.67, 0.72, 0.15. Web safe color of #d8483d is #cc3333. Color #d8483d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001000 00111101
Octal 330 110 75
Decimal 216 72 61
Hex D8 48 3D

RGB Percentages of Color #d8483d

%61.89
%20.63
%17.48

CMYK Percentages of Color #d8483d

%0
%67
%72
%15

Triadic Colors of #d8483d

#d8483d #3dd848 #483dd8

Analogous Colors of #d8483d

#d8483d #d8963d #d83d80

Monochromatic Colors of #d8483d

#d8483d

Complementary Color

#d8483d #3dcdd8

#d8483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8483d Color CSS Codes

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

#d8483d Text Font Color

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

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


#d8483d Background Color

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

This div background color is #d8483d


#d8483d Border Color

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

This div border color is #d8483d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8483d


Comments

No comments written yet.

Please login to write comment.