Color Hex Logo

#5947bb Color Hex

#5947BB
(89,71,187)
0 Favorites   0 Comments

Color spaces of #5947bb

RGB 8971187
HSL0.690.460.51
HSV249°62°73°
CMYK 0.520.620.00   0.27
XYZ15.342710.218248.1774
Yxy10.21820.20810.1386
Hunter Lab31.965929.7344-66.9827
CIE-Lab38.231238.4884-58.9000

#5947bb color RGB value is (89,71,187).

#5947bb hex color red value is 89, green value is 71 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5947bb hue: 0.69 , saturation: 0.46 and the lightness value of 5947bb is 0.51.

The process color (four color CMYK) of #5947bb color hex is 0.52, 0.62, 0.00, 0.27. Web safe color of #5947bb is #6633cc. Color #5947bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 10111011
Octal 131 107 273
Decimal 89 71 187
Hex 59 47 BB

RGB Percentages of Color #5947bb

%25.65
%20.46
%53.89

CMYK Percentages of Color #5947bb

%52
%62
%0
%27

Triadic Colors of #5947bb

#5947bb #bb5947 #47bb59

Analogous Colors of #5947bb

#5947bb #9347bb #476fbb

Monochromatic Colors of #5947bb

#5947bb

Complementary Color

#5947bb #a9bb47

#5947bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5947bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5947bb Color CSS Codes

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

#5947bb Text Font Color

<p style="color:#5947bb">Text here</p>

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


#5947bb Background Color

<div style="background-color:#5947bb">
Div content here</div>

This div background color is #5947bb


#5947bb Border Color

<div style="border:3px solid #5947bb">
Div here</div>

This div border color is #5947bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,71,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5947bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5947bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5947bb;
  box-shadow:         1px 1px 3px 2px #5947bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5947bb


Comments

No comments written yet.

Please login to write comment.