Color Hex Logo

#5b3abf Color Hex

#5B3ABF
(91,58,191)
0 Favorites   0 Comments

Color spaces of #5b3abf

RGB 9158191
HSL0.710.530.49
HSV255°70°75°
CMYK 0.520.700.00   0.25
XYZ15.23149.011850.2269
Yxy9.01180.20450.1210
Hunter Lab30.019738.0331-78.1863
CIE-Lab36.007047.4156-64.8661

#5b3abf color RGB value is (91,58,191).

#5b3abf hex color red value is 91, green value is 58 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5b3abf hue: 0.71 , saturation: 0.53 and the lightness value of 5b3abf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 00111010 10111111
Octal 133 72 277
Decimal 91 58 191
Hex 5B 3A BF

RGB Percentages of Color #5b3abf

%26.76
%17.06
%56.18

CMYK Percentages of Color #5b3abf

%52
%70
%0
%25

Triadic Colors of #5b3abf

#5b3abf #bf5b3a #3abf5b

Analogous Colors of #5b3abf

#5b3abf #9e3abf #3a5bbf

Monochromatic Colors of #5b3abf

#5b3abf

Complementary Color

#5b3abf #9ebf3a

#5b3abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b3abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b3abf Color CSS Codes

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

#5b3abf Text Font Color

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

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


#5b3abf Background Color

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

This div background color is #5b3abf


#5b3abf Border Color

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

This div border color is #5b3abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,58,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 #5b3abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b3abf


Comments

No comments written yet.

Please login to write comment.