Color Hex Logo

#5149bf Color Hex

#5149BF
(81,73,191)
0 Favorites   0 Comments

Color spaces of #5149bf

RGB 8173191
HSL0.680.480.52
HSV244°62°75°
CMYK 0.580.620.00   0.25
XYZ15.179910.276050.4736
Yxy10.27600.19990.1353
Hunter Lab32.056228.4286-70.9148
CIE-Lab38.333337.0821-61.1078

#5149bf color RGB value is (81,73,191).

#5149bf hex color red value is 81, green value is 73 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5149bf hue: 0.68 , saturation: 0.48 and the lightness value of 5149bf is 0.52.

The process color (four color CMYK) of #5149bf color hex is 0.58, 0.62, 0.00, 0.25. Web safe color of #5149bf is #6633cc. Color #5149bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 10111111
Octal 121 111 277
Decimal 81 73 191
Hex 51 49 BF

RGB Percentages of Color #5149bf

%23.48
%21.16
%55.36

CMYK Percentages of Color #5149bf

%58
%62
%0
%25

Triadic Colors of #5149bf

#5149bf #bf5149 #49bf51

Analogous Colors of #5149bf

#5149bf #8c49bf #497cbf

Monochromatic Colors of #5149bf

#5149bf

Complementary Color

#5149bf #b7bf49

#5149bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5149bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5149bf Color CSS Codes

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

#5149bf Text Font Color

<p style="color:#5149bf">Text here</p>

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


#5149bf Background Color

<div style="background-color:#5149bf">
Div content here</div>

This div background color is #5149bf


#5149bf Border Color

<div style="border:3px solid #5149bf">
Div here</div>

This div border color is #5149bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,73,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5149bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5149bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5149bf;
  box-shadow:         1px 1px 3px 2px #5149bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,73,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5149bf


Comments

No comments written yet.

Please login to write comment.