Color Hex Logo

#5d083d Color Hex

#5D083D
(93,8,61)
0 Favorites   0 Comments

Color spaces of #5d083d

RGB 93861
HSL0.900.840.20
HSV323°91°36°
CMYK 0.000.910.34   0.64
XYZ5.44332.83774.6757
Yxy2.83770.42010.2190
Hunter Lab16.845528.1994-4.6649
CIE-Lab19.381840.2201-9.0335

#5d083d color RGB value is (93,8,61).

#5d083d hex color red value is 93, green value is 8 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5d083d hue: 0.90 , saturation: 0.84 and the lightness value of 5d083d is 0.20.

The process color (four color CMYK) of #5d083d color hex is 0.00, 0.91, 0.34, 0.64. Web safe color of #5d083d is #660033. Color #5d083d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001000 00111101
Octal 135 10 75
Decimal 93 8 61
Hex 5D 8 3D

RGB Percentages of Color #5d083d

%57.41
%4.94
%37.65

CMYK Percentages of Color #5d083d

%0
%91
%34
%64

Triadic Colors of #5d083d

#5d083d #3d5d08 #083d5d

Analogous Colors of #5d083d

#5d083d #5d0812 #53085d

Monochromatic Colors of #5d083d

#5d083d

Complementary Color

#5d083d #085d28

#5d083d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d083d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d083d Color CSS Codes

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

#5d083d Text Font Color

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

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


#5d083d Background Color

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

This div background color is #5d083d


#5d083d Border Color

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

This div border color is #5d083d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,8,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d083d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d083d;
  -webkit-box-shadow: 1px 1px 3px 2px #5d083d;
  box-shadow:         1px 1px 3px 2px #5d083d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,8,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 #5d083d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d083d


Comments

No comments written yet.

Please login to write comment.