Color Hex Logo

#5b48ea Color Hex

#5B48EA
(91,72,234)
0 Favorites   0 Comments

Color spaces of #5b48ea

RGB 9172234
HSL0.690.790.60
HSV247°69°92°
CMYK 0.610.690.00   0.08
XYZ21.483012.799479.1802
Yxy12.79940.18930.1128
Hunter Lab35.776244.5776-106.1776
CIE-Lab42.459452.5909-79.0600

#5b48ea color RGB value is (91,72,234).

#5b48ea hex color red value is 91, green value is 72 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5b48ea hue: 0.69 , saturation: 0.79 and the lightness value of 5b48ea is 0.60.

The process color (four color CMYK) of #5b48ea color hex is 0.61, 0.69, 0.00, 0.08. Web safe color of #5b48ea is #6633ff. Color #5b48ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001000 11101010
Octal 133 110 352
Decimal 91 72 234
Hex 5B 48 EA

RGB Percentages of Color #5b48ea

%22.92
%18.14
%58.94

CMYK Percentages of Color #5b48ea

%61
%69
%0
%8

Triadic Colors of #5b48ea

#5b48ea #ea5b48 #48ea5b

Analogous Colors of #5b48ea

#5b48ea #ac48ea #4886ea

Monochromatic Colors of #5b48ea

#5b48ea

Complementary Color

#5b48ea #d7ea48

#5b48ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b48ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b48ea Color CSS Codes

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

#5b48ea Text Font Color

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

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


#5b48ea Background Color

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

This div background color is #5b48ea


#5b48ea Border Color

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

This div border color is #5b48ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b48ea


Comments

No comments written yet.

Please login to write comment.