Color Hex Logo

#5128ba Color Hex

#5128BA
(81,40,186)
0 Favorites   0 Comments

Color spaces of #5128ba

RGB 8140186
HSL0.710.650.44
HSV257°78°73°
CMYK 0.560.780.00   0.27
XYZ13.01516.812147.0833
Yxy6.81210.19450.1018
Hunter Lab26.100043.3363-88.6867
CIE-Lab31.375353.5113-69.5581

#5128ba color RGB value is (81,40,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 10111010
Octal 121 50 272
Decimal 81 40 186
Hex 51 28 BA

RGB Percentages of Color #5128ba

%26.38
%13.03
%60.59

CMYK Percentages of Color #5128ba

%56
%78
%0
%27

Triadic Colors of #5128ba

#5128ba #ba5128 #28ba51

Analogous Colors of #5128ba

#5128ba #9a28ba #2848ba

Monochromatic Colors of #5128ba

#5128ba

Complementary Color

#5128ba #91ba28

#5128ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5128ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5128ba Color CSS Codes

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

#5128ba Text Font Color

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

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


#5128ba Background Color

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

This div background color is #5128ba


#5128ba Border Color

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

This div border color is #5128ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5128ba


Comments

No comments written yet.

Please login to write comment.