Color Hex Logo

#510aba Color Hex

#510ABA
(81,10,186)
0 Favorites   0 Comments

Color spaces of #510aba

RGB 8110186
HSL0.730.900.38
HSV264°95°73°
CMYK 0.560.950.00   0.27
XYZ12.36485.511646.8665
Yxy5.51160.19100.0851
Hunter Lab23.476852.9283-101.9263
CIE-Lab28.145263.0680-74.8947

#510aba color RGB value is (81,10,186).

#510aba hex color red value is 81, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #510aba hue: 0.73 , saturation: 0.90 and the lightness value of 510aba is 0.38.

The process color (four color CMYK) of #510aba color hex is 0.56, 0.95, 0.00, 0.27. Web safe color of #510aba is #6600cc. Color #510aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001010 10111010
Octal 121 12 272
Decimal 81 10 186
Hex 51 A BA

RGB Percentages of Color #510aba

%29.24
%3.61
%67.15

CMYK Percentages of Color #510aba

%56
%95
%0
%27

Triadic Colors of #510aba

#510aba #ba510a #0aba51

Analogous Colors of #510aba

#510aba #a90aba #0a1bba

Monochromatic Colors of #510aba

#510aba

Complementary Color

#510aba #73ba0a

#510aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#510aba Color CSS Codes

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

#510aba Text Font Color

<p style="color:#510aba">Text here</p>

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


#510aba Background Color

<div style="background-color:#510aba">
Div content here</div>

This div background color is #510aba


#510aba Border Color

<div style="border:3px solid #510aba">
Div here</div>

This div border color is #510aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510aba


Comments

No comments written yet.

Please login to write comment.