Color Hex Logo

#5b47cd Color Hex

#5B47CD
(91,71,205)
0 Favorites   0 Comments

Color spaces of #5b47cd

RGB 9171205
HSL0.690.570.54
HSV249°65°80°
CMYK 0.560.650.00   0.20
XYZ17.587111.138458.9806
Yxy11.13840.20050.1270
Hunter Lab33.374235.6586-81.4182
CIE-Lab39.812644.3478-66.8059

#5b47cd color RGB value is (91,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01000111 11001101
Octal 133 107 315
Decimal 91 71 205
Hex 5B 47 CD

RGB Percentages of Color #5b47cd

%24.80
%19.35
%55.86

CMYK Percentages of Color #5b47cd

%56
%65
%0
%20

Triadic Colors of #5b47cd

#5b47cd #cd5b47 #47cd5b

Analogous Colors of #5b47cd

#5b47cd #9e47cd #4776cd

Monochromatic Colors of #5b47cd

#5b47cd

Complementary Color

#5b47cd #b9cd47

#5b47cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b47cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b47cd Color CSS Codes

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

#5b47cd Text Font Color

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

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


#5b47cd Background Color

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

This div background color is #5b47cd


#5b47cd Border Color

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

This div border color is #5b47cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b47cd


Comments

No comments written yet.

Please login to write comment.