Color Hex Logo

#5125ba Color Hex

#5125BA
(81,37,186)
0 Favorites   0 Comments

Color spaces of #5125ba

RGB 8137186
HSL0.720.670.44
HSV258°80°73°
CMYK 0.560.800.00   0.27
XYZ12.91786.617647.0509
Yxy6.61760.19400.0994
Hunter Lab25.724744.6166-90.4351
CIE-Lab30.920054.8297-70.3083

#5125ba color RGB value is (81,37,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 10111010
Octal 121 45 272
Decimal 81 37 186
Hex 51 25 BA

RGB Percentages of Color #5125ba

%26.64
%12.17
%61.18

CMYK Percentages of Color #5125ba

%56
%80
%0
%27

Triadic Colors of #5125ba

#5125ba #ba5125 #25ba51

Analogous Colors of #5125ba

#5125ba #9c25ba #2544ba

Monochromatic Colors of #5125ba

#5125ba

Complementary Color

#5125ba #8eba25

#5125ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5125ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5125ba Color CSS Codes

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

#5125ba Text Font Color

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

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


#5125ba Background Color

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

This div background color is #5125ba


#5125ba Border Color

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

This div border color is #5125ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,37,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 #5125ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5125ba


Comments

No comments written yet.

Please login to write comment.