Color Hex Logo

#511eba Color Hex

#511EBA
(81,30,186)
0 Favorites   0 Comments

Color spaces of #511eba

RGB 8130186
HSL0.720.720.42
HSV260°84°73°
CMYK 0.560.840.00   0.27
XYZ12.72056.223046.9851
Yxy6.22300.19290.0944
Hunter Lab24.945947.3658-94.2092
CIE-Lab29.968257.6167-71.8788

#511eba color RGB value is (81,30,186).

#511eba hex color red value is 81, green value is 30 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #511eba hue: 0.72 , saturation: 0.72 and the lightness value of 511eba is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011110 10111010
Octal 121 36 272
Decimal 81 30 186
Hex 51 1E BA

RGB Percentages of Color #511eba

%27.27
%10.10
%62.63

CMYK Percentages of Color #511eba

%56
%84
%0
%27

Triadic Colors of #511eba

#511eba #ba511e #1eba51

Analogous Colors of #511eba

#511eba #9f1eba #1e39ba

Monochromatic Colors of #511eba

#511eba

Complementary Color

#511eba #87ba1e

#511eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#511eba Color CSS Codes

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

#511eba Text Font Color

<p style="color:#511eba">Text here</p>

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


#511eba Background Color

<div style="background-color:#511eba">
Div content here</div>

This div background color is #511eba


#511eba Border Color

<div style="border:3px solid #511eba">
Div here</div>

This div border color is #511eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511eba


Comments

No comments written yet.

Please login to write comment.