Color Hex Logo

#5d0693 Color Hex

#5D0693
(93,6,147)
0 Favorites   0 Comments

Color spaces of #5d0693

RGB 936147
HSL0.770.920.30
HSV277°96°58°
CMYK 0.370.960.00   0.42
XYZ9.84584.564027.9658
Yxy4.56400.23230.1077
Hunter Lab21.363544.8791-62.6588
CIE-Lab25.454656.1393-55.6577

#5d0693 color RGB value is (93,6,147).

#5d0693 hex color red value is 93, green value is 6 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #5d0693 hue: 0.77 , saturation: 0.92 and the lightness value of 5d0693 is 0.30.

The process color (four color CMYK) of #5d0693 color hex is 0.37, 0.96, 0.00, 0.42. Web safe color of #5d0693 is #660099. Color #5d0693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000110 10010011
Octal 135 6 223
Decimal 93 6 147
Hex 5D 6 93

RGB Percentages of Color #5d0693

%37.80
%2.44
%59.76

CMYK Percentages of Color #5d0693

%37
%96
%0
%42

Triadic Colors of #5d0693

#5d0693 #935d06 #06935d

Analogous Colors of #5d0693

#5d0693 #930683 #170693

Monochromatic Colors of #5d0693

#5d0693

Complementary Color

#5d0693 #3c9306

#5d0693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d0693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d0693 Color CSS Codes

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

#5d0693 Text Font Color

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

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


#5d0693 Background Color

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

This div background color is #5d0693


#5d0693 Border Color

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

This div border color is #5d0693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d0693


Comments

No comments written yet.

Please login to write comment.