Color Hex Logo

#5b2cbc Color Hex

#5B2CBC
(91,44,188)
0 Favorites   0 Comments

Color spaces of #5b2cbc

RGB 9144188
HSL0.720.620.45
HSV260°77°74°
CMYK 0.520.770.00   0.26
XYZ14.29227.656448.3015
Yxy7.65640.20340.1090
Hunter Lab27.670243.7759-84.1283
CIE-Lab33.256853.5690-67.6074

#5b2cbc color RGB value is (91,44,188).

#5b2cbc hex color red value is 91, green value is 44 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5b2cbc hue: 0.72 , saturation: 0.62 and the lightness value of 5b2cbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 00101100 10111100
Octal 133 54 274
Decimal 91 44 188
Hex 5B 2C BC

RGB Percentages of Color #5b2cbc

%28.17
%13.62
%58.20

CMYK Percentages of Color #5b2cbc

%52
%77
%0
%26

Triadic Colors of #5b2cbc

#5b2cbc #bc5b2c #2cbc5b

Analogous Colors of #5b2cbc

#5b2cbc #a32cbc #2c45bc

Monochromatic Colors of #5b2cbc

#5b2cbc

Complementary Color

#5b2cbc #8dbc2c

#5b2cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b2cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b2cbc Color CSS Codes

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

#5b2cbc Text Font Color

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

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


#5b2cbc Background Color

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

This div background color is #5b2cbc


#5b2cbc Border Color

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

This div border color is #5b2cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b2cbc


Comments

No comments written yet.

Please login to write comment.