Color Hex Logo

#5b48ce Color Hex

#5B48CE
(91,72,206)
0 Favorites   0 Comments

Color spaces of #5b48ce

RGB 9172206
HSL0.690.580.55
HSV249°65°81°
CMYK 0.560.650.00   0.19
XYZ17.772311.315159.6398
Yxy11.31510.20030.1275
Hunter Lab33.637935.4425-81.5742
CIE-Lab40.106244.0789-66.9049

#5b48ce color RGB value is (91,72,206).

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

The process color (four color CMYK) of #5b48ce color hex is 0.56, 0.65, 0.00, 0.19. Web safe color of #5b48ce is #6633cc. Color #5b48ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001000 11001110
Octal 133 110 316
Decimal 91 72 206
Hex 5B 48 CE

RGB Percentages of Color #5b48ce

%24.66
%19.51
%55.83

CMYK Percentages of Color #5b48ce

%56
%65
%0
%19

Triadic Colors of #5b48ce

#5b48ce #ce5b48 #48ce5b

Analogous Colors of #5b48ce

#5b48ce #9e48ce #4878ce

Monochromatic Colors of #5b48ce

#5b48ce

Complementary Color

#5b48ce #bbce48

#5b48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b48ce Color CSS Codes

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

#5b48ce Text Font Color

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

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


#5b48ce Background Color

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

This div background color is #5b48ce


#5b48ce Border Color

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

This div border color is #5b48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b48ce


Comments

No comments written yet.

Please login to write comment.