Color Hex Logo

#5d064d Color Hex

#5D064D
(93,6,77)
0 Favorites   0 Comments

Color spaces of #5d064d

RGB 93677
HSL0.860.880.19
HSV311°94°36°
CMYK 0.000.940.17   0.64
XYZ5.91892.99327.2870
Yxy2.99320.36540.1848
Hunter Lab17.300930.7912-12.8619
CIE-Lab20.016642.9409-19.1030

#5d064d color RGB value is (93,6,77).

#5d064d hex color red value is 93, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5d064d hue: 0.86 , saturation: 0.88 and the lightness value of 5d064d is 0.19.

The process color (four color CMYK) of #5d064d color hex is 0.00, 0.94, 0.17, 0.64. Web safe color of #5d064d is #660066. Color #5d064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 01001101
Octal 135 6 115
Decimal 93 6 77
Hex 5D 6 4D

RGB Percentages of Color #5d064d

%52.84
%3.41
%43.75

CMYK Percentages of Color #5d064d

%0
%94
%17
%64

Triadic Colors of #5d064d

#5d064d #4d5d06 #064d5d

Analogous Colors of #5d064d

#5d064d #5d0622 #42065d

Monochromatic Colors of #5d064d

#5d064d

Complementary Color

#5d064d #065d16

#5d064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d064d Color CSS Codes

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

#5d064d Text Font Color

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

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


#5d064d Background Color

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

This div background color is #5d064d


#5d064d Border Color

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

This div border color is #5d064d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,6,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d064d


Comments

No comments written yet.

Please login to write comment.