Color Hex Logo

#5b0abf Color Hex

#5B0ABF
(91,10,191)
0 Favorites   0 Comments

Color spaces of #5b0abf

RGB 9110191
HSL0.740.900.39
HSV267°95°75°
CMYK 0.520.950.00   0.25
XYZ13.82696.202849.7587
Yxy6.20280.19810.0889
Hunter Lab24.905455.5145-101.0221
CIE-Lab29.918565.0412-74.8819

#5b0abf color RGB value is (91,10,191).

#5b0abf hex color red value is 91, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5b0abf hue: 0.74 , saturation: 0.90 and the lightness value of 5b0abf is 0.39.

The process color (four color CMYK) of #5b0abf color hex is 0.52, 0.95, 0.00, 0.25. Web safe color of #5b0abf is #6600cc. Color #5b0abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00001010 10111111
Octal 133 12 277
Decimal 91 10 191
Hex 5B A BF

RGB Percentages of Color #5b0abf

%31.16
%3.42
%65.41

CMYK Percentages of Color #5b0abf

%52
%95
%0
%25

Triadic Colors of #5b0abf

#5b0abf #bf5b0a #0abf5b

Analogous Colors of #5b0abf

#5b0abf #b60abf #0a13bf

Monochromatic Colors of #5b0abf

#5b0abf

Complementary Color

#5b0abf #6ebf0a

#5b0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b0abf Color CSS Codes

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

#5b0abf Text Font Color

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

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


#5b0abf Background Color

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

This div background color is #5b0abf


#5b0abf Border Color

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

This div border color is #5b0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b0abf


Comments

No comments written yet.

Please login to write comment.