Color Hex Logo

#5b46dc Color Hex

#5B46DC
(91,70,220)
0 Favorites   0 Comments

Color spaces of #5b46dc

RGB 9170220
HSL0.690.680.57
HSV248°68°86°
CMYK 0.590.680.00   0.14
XYZ19.422811.771868.9586
Yxy11.77180.19390.1175
Hunter Lab34.310141.0056-95.1479
CIE-Lab40.851149.4583-73.7346

#5b46dc color RGB value is (91,70,220).

#5b46dc hex color red value is 91, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5b46dc hue: 0.69 , saturation: 0.68 and the lightness value of 5b46dc is 0.57.

The process color (four color CMYK) of #5b46dc color hex is 0.59, 0.68, 0.00, 0.14. Web safe color of #5b46dc is #6633cc. Color #5b46dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01000110 11011100
Octal 133 106 334
Decimal 91 70 220
Hex 5B 46 DC

RGB Percentages of Color #5b46dc

%23.88
%18.37
%57.74

CMYK Percentages of Color #5b46dc

%59
%68
%0
%14

Triadic Colors of #5b46dc

#5b46dc #dc5b46 #46dc5b

Analogous Colors of #5b46dc

#5b46dc #a646dc #467cdc

Monochromatic Colors of #5b46dc

#5b46dc

Complementary Color

#5b46dc #c7dc46

#5b46dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b46dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b46dc Color CSS Codes

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

#5b46dc Text Font Color

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

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


#5b46dc Background Color

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

This div background color is #5b46dc


#5b46dc Border Color

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

This div border color is #5b46dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b46dc


Comments

No comments written yet.

Please login to write comment.