Color Hex Logo

#5d077e Color Hex

#5D077E
(93,7,126)
0 Favorites   0 Comments

Color spaces of #5d077e

RGB 937126
HSL0.790.890.26
HSV283°94°49°
CMYK 0.260.940.00   0.51
XYZ8.35613.985520.0675
Yxy3.98550.25780.1230
Hunter Lab19.963739.7772-45.6236
CIE-Lab23.623451.5360-45.5009

#5d077e color RGB value is (93,7,126).

#5d077e hex color red value is 93, green value is 7 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5d077e hue: 0.79 , saturation: 0.89 and the lightness value of 5d077e is 0.26.

The process color (four color CMYK) of #5d077e color hex is 0.26, 0.94, 0.00, 0.51. Web safe color of #5d077e is #660066. Color #5d077e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 00000111 01111110
Octal 135 7 176
Decimal 93 7 126
Hex 5D 7 7E

RGB Percentages of Color #5d077e

%41.15
%3.10
%55.75

CMYK Percentages of Color #5d077e

%26
%94
%0
%51

Triadic Colors of #5d077e

#5d077e #7e5d07 #077e5d

Analogous Colors of #5d077e

#5d077e #7e0763 #21077e

Monochromatic Colors of #5d077e

#5d077e

Complementary Color

#5d077e #287e07

#5d077e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d077e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d077e Color CSS Codes

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

#5d077e Text Font Color

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

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


#5d077e Background Color

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

This div background color is #5d077e


#5d077e Border Color

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

This div border color is #5d077e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d077e


Comments

No comments written yet.

Please login to write comment.