Color Hex Logo

#d83938 Color Hex

#D83938
(216,57,56)
0 Favorites   0 Comments

Color spaces of #d83938

RGB 2165756
HSL0.000.670.53
HSV74°85°
CMYK 0.000.740.74   0.15
XYZ30.495817.81075.5719
Yxy17.81070.56600.3306
Hunter Lab42.202755.129821.7140
CIE-Lab49.265760.980038.2746

#d83938 color RGB value is (216,57,56).

#d83938 hex color red value is 216, green value is 57 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d83938 hue: 0.00 , saturation: 0.67 and the lightness value of d83938 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111001 00111000
Octal 330 71 70
Decimal 216 57 56
Hex D8 39 38

RGB Percentages of Color #d83938

%65.65
%17.33
%17.02

CMYK Percentages of Color #d83938

%0
%74
%74
%15

Triadic Colors of #d83938

#d83938 #38d839 #3938d8

Analogous Colors of #d83938

#d83938 #d88938 #d83887

Monochromatic Colors of #d83938

#d83938

Complementary Color

#d83938 #38d7d8

#d83938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83938 Color CSS Codes

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

#d83938 Text Font Color

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

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


#d83938 Background Color

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

This div background color is #d83938


#d83938 Border Color

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

This div border color is #d83938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83938


Comments

No comments written yet.

Please login to write comment.