Color Hex Logo

#5b19af Color Hex

#5B19AF
(91,25,175)
0 Favorites   0 Comments

Color spaces of #5b19af

RGB 9125175
HSL0.740.750.39
HSV266°86°69°
CMYK 0.480.860.00   0.31
XYZ12.39996.014641.0648
Yxy6.01460.20850.1011
Hunter Lab24.524747.3330-82.1095
CIE-Lab29.449357.6867-66.1388

#5b19af color RGB value is (91,25,175).

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

The process color (four color CMYK) of #5b19af color hex is 0.48, 0.86, 0.00, 0.31. Web safe color of #5b19af is #660099. Color #5b19af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00011001 10101111
Octal 133 31 257
Decimal 91 25 175
Hex 5B 19 AF

RGB Percentages of Color #5b19af

%31.27
%8.59
%60.14

CMYK Percentages of Color #5b19af

%48
%86
%0
%31

Triadic Colors of #5b19af

#5b19af #af5b19 #19af5b

Analogous Colors of #5b19af

#5b19af #a619af #1922af

Monochromatic Colors of #5b19af

#5b19af

Complementary Color

#5b19af #6daf19

#5b19af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b19af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b19af Color CSS Codes

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

#5b19af Text Font Color

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

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


#5b19af Background Color

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

This div background color is #5b19af


#5b19af Border Color

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

This div border color is #5b19af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b19af


Comments

No comments written yet.

Please login to write comment.