Color Hex Logo

#5150ba Color Hex

#5150BA
(81,80,186)
0 Favorites   0 Comments

Color spaces of #5150ba

RGB 8180186
HSL0.670.430.52
HSV241°57°73°
CMYK 0.560.570.00   0.27
XYZ15.124911.031847.7866
Yxy11.03180.20450.1492
Hunter Lab33.214223.1597-62.0531
CIE-Lab39.634031.1477-56.0683

#5150ba color RGB value is (81,80,186).

#5150ba hex color red value is 81, green value is 80 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5150ba hue: 0.67 , saturation: 0.43 and the lightness value of 5150ba is 0.52.

The process color (four color CMYK) of #5150ba color hex is 0.56, 0.57, 0.00, 0.27. Web safe color of #5150ba is #6666cc. Color #5150ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010000 10111010
Octal 121 120 272
Decimal 81 80 186
Hex 51 50 BA

RGB Percentages of Color #5150ba

%23.34
%23.05
%53.60

CMYK Percentages of Color #5150ba

%56
%57
%0
%27

Triadic Colors of #5150ba

#5150ba #ba5150 #50ba51

Analogous Colors of #5150ba

#5150ba #8650ba #5084ba

Monochromatic Colors of #5150ba

#5150ba

Complementary Color

#5150ba #b9ba50

#5150ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5150ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5150ba Color CSS Codes

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

#5150ba Text Font Color

<p style="color:#5150ba">Text here</p>

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


#5150ba Background Color

<div style="background-color:#5150ba">
Div content here</div>

This div background color is #5150ba


#5150ba Border Color

<div style="border:3px solid #5150ba">
Div here</div>

This div border color is #5150ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,80,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5150ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5150ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5150ba;
  box-shadow:         1px 1px 3px 2px #5150ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5150ba


Comments

No comments written yet.

Please login to write comment.