Color Hex Logo

#5b48fa Color Hex

#5B48FA
(91,72,250)
0 Favorites   0 Comments

Color spaces of #5b48fa

RGB 9172250
HSL0.680.950.63
HSV246°71°98°
CMYK 0.640.710.00   0.02
XYZ23.887113.761091.8396
Yxy13.76100.18450.1063
Hunter Lab37.095850.0238-120.8195
CIE-Lab43.888257.3943-85.7118

#5b48fa color RGB value is (91,72,250).

#5b48fa hex color red value is 91, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5b48fa hue: 0.68 , saturation: 0.95 and the lightness value of 5b48fa is 0.63.

The process color (four color CMYK) of #5b48fa color hex is 0.64, 0.71, 0.00, 0.02. Web safe color of #5b48fa is #6633ff. Color #5b48fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001000 11111010
Octal 133 110 372
Decimal 91 72 250
Hex 5B 48 FA

RGB Percentages of Color #5b48fa

%22.03
%17.43
%60.53

CMYK Percentages of Color #5b48fa

%64
%71
%0
%2

Triadic Colors of #5b48fa

#5b48fa #fa5b48 #48fa5b

Analogous Colors of #5b48fa

#5b48fa #b448fa #488efa

Monochromatic Colors of #5b48fa

#5b48fa

Complementary Color

#5b48fa #e7fa48

#5b48fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b48fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b48fa Color CSS Codes

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

#5b48fa Text Font Color

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

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


#5b48fa Background Color

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

This div background color is #5b48fa


#5b48fa Border Color

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

This div border color is #5b48fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b48fa


Comments

No comments written yet.

Please login to write comment.