Color Hex Logo

#5d0a69 Color Hex

#5D0A69
(93,10,105)
0 Favorites   0 Comments

Color spaces of #5d0a69

RGB 9310105
HSL0.810.830.23
HSV292°90°41°
CMYK 0.110.900.00   0.59
XYZ7.17253.564213.6745
Yxy3.56420.29380.1460
Hunter Lab18.879134.7769-29.7296
CIE-Lab22.175046.7436-34.3379

#5d0a69 color RGB value is (93,10,105).

#5d0a69 hex color red value is 93, green value is 10 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #5d0a69 hue: 0.81 , saturation: 0.83 and the lightness value of 5d0a69 is 0.23.

The process color (four color CMYK) of #5d0a69 color hex is 0.11, 0.90, 0.00, 0.59. Web safe color of #5d0a69 is #660066. Color #5d0a69 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00001010 01101001
Octal 135 12 151
Decimal 93 10 105
Hex 5D A 69

RGB Percentages of Color #5d0a69

%44.71
%4.81
%50.48

CMYK Percentages of Color #5d0a69

%11
%90
%0
%59

Triadic Colors of #5d0a69

#5d0a69 #695d0a #0a695d

Analogous Colors of #5d0a69

#5d0a69 #690a45 #2e0a69

Monochromatic Colors of #5d0a69

#5d0a69

Complementary Color

#5d0a69 #16690a

#5d0a69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d0a69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d0a69 Color CSS Codes

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

#5d0a69 Text Font Color

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

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


#5d0a69 Background Color

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

This div background color is #5d0a69


#5d0a69 Border Color

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

This div border color is #5d0a69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d0a69


Comments

No comments written yet.

Please login to write comment.