Color Hex Logo

#5b088f Color Hex

#5B088F
(91,8,143)
0 Favorites   0 Comments

Color spaces of #5b088f

RGB 918143
HSL0.770.890.30
HSV277°94°56°
CMYK 0.360.940.00   0.44
XYZ9.35914.381026.3389
Yxy4.38100.23350.1093
Hunter Lab20.930843.1862-59.9576
CIE-Lab24.893054.6253-54.1114

#5b088f color RGB value is (91,8,143).

#5b088f hex color red value is 91, green value is 8 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #5b088f hue: 0.77 , saturation: 0.89 and the lightness value of 5b088f is 0.30.

The process color (four color CMYK) of #5b088f color hex is 0.36, 0.94, 0.00, 0.44. Web safe color of #5b088f is #660099. Color #5b088f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00001000 10001111
Octal 133 10 217
Decimal 91 8 143
Hex 5B 8 8F

RGB Percentages of Color #5b088f

%37.60
%3.31
%59.09

CMYK Percentages of Color #5b088f

%36
%94
%0
%44

Triadic Colors of #5b088f

#5b088f #8f5b08 #088f5b

Analogous Colors of #5b088f

#5b088f #8f0880 #18088f

Monochromatic Colors of #5b088f

#5b088f

Complementary Color

#5b088f #3c8f08

#5b088f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b088f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b088f Color CSS Codes

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

#5b088f Text Font Color

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

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


#5b088f Background Color

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

This div background color is #5b088f


#5b088f Border Color

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

This div border color is #5b088f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,8,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b088f


Comments

No comments written yet.

Please login to write comment.