Color Hex Logo

#513eba Color Hex

#513EBA
(81,62,186)
0 Favorites   0 Comments

Color spaces of #513eba

RGB 8162186
HSL0.690.500.49
HSV249°67°73°
CMYK 0.560.670.00   0.27
XYZ13.97898.739747.4045
Yxy8.73970.19930.1246
Hunter Lab29.563032.6688-74.3779
CIE-Lab35.478242.0367-62.8272

#513eba color RGB value is (81,62,186).

#513eba hex color red value is 81, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #513eba hue: 0.69 , saturation: 0.50 and the lightness value of 513eba is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 10111010
Octal 121 76 272
Decimal 81 62 186
Hex 51 3E BA

RGB Percentages of Color #513eba

%24.62
%18.84
%56.53

CMYK Percentages of Color #513eba

%56
%67
%0
%27

Triadic Colors of #513eba

#513eba #ba513e #3eba51

Analogous Colors of #513eba

#513eba #8f3eba #3e69ba

Monochromatic Colors of #513eba

#513eba

Complementary Color

#513eba #a7ba3e

#513eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#513eba Color CSS Codes

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

#513eba Text Font Color

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

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


#513eba Background Color

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

This div background color is #513eba


#513eba Border Color

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

This div border color is #513eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513eba


Comments

No comments written yet.

Please login to write comment.