Color Hex Logo

#510fba Color Hex

#510FBA
(81,15,186)
0 Favorites   0 Comments

Color spaces of #510fba

RGB 8115186
HSL0.730.850.39
HSV263°92°73°
CMYK 0.560.920.00   0.27
XYZ12.42715.636146.8873
Yxy5.63610.19130.0868
Hunter Lab23.740551.8911-100.4791
CIE-Lab28.475262.0707-74.3482

#510fba color RGB value is (81,15,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001111 10111010
Octal 121 17 272
Decimal 81 15 186
Hex 51 F BA

RGB Percentages of Color #510fba

%28.72
%5.32
%65.96

CMYK Percentages of Color #510fba

%56
%92
%0
%27

Triadic Colors of #510fba

#510fba #ba510f #0fba51

Analogous Colors of #510fba

#510fba #a70fba #0f23ba

Monochromatic Colors of #510fba

#510fba

Complementary Color

#510fba #78ba0f

#510fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#510fba Color CSS Codes

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

#510fba Text Font Color

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

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


#510fba Background Color

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

This div background color is #510fba


#510fba Border Color

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

This div border color is #510fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510fba


Comments

No comments written yet.

Please login to write comment.