Color Hex Logo

#513abe Color Hex

#513ABE
(81,58,190)
0 Favorites   0 Comments

Color spaces of #513abe

RGB 8158190
HSL0.700.530.49
HSV250°69°75°
CMYK 0.570.690.00   0.25
XYZ14.20078.493149.6061
Yxy8.49310.19640.1175
Hunter Lab29.142935.9790-80.5214
CIE-Lab34.989445.5322-65.9812

#513abe color RGB value is (81,58,190).

#513abe hex color red value is 81, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #513abe hue: 0.70 , saturation: 0.53 and the lightness value of 513abe is 0.49.

The process color (four color CMYK) of #513abe color hex is 0.57, 0.69, 0.00, 0.25. Web safe color of #513abe is #6633cc. Color #513abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111010 10111110
Octal 121 72 276
Decimal 81 58 190
Hex 51 3A BE

RGB Percentages of Color #513abe

%24.62
%17.63
%57.75

CMYK Percentages of Color #513abe

%57
%69
%0
%25

Triadic Colors of #513abe

#513abe #be513a #3abe51

Analogous Colors of #513abe

#513abe #933abe #3a65be

Monochromatic Colors of #513abe

#513abe

Complementary Color

#513abe #a7be3a

#513abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#513abe Color CSS Codes

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

#513abe Text Font Color

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

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


#513abe Background Color

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

This div background color is #513abe


#513abe Border Color

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

This div border color is #513abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,58,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #513abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513abe


Comments

No comments written yet.

Please login to write comment.