Color Hex Logo

#513eaf Color Hex

#513EAF
(81,62,175)
0 Favorites   0 Comments

Color spaces of #513eaf

RGB 8162175
HSL0.690.480.46
HSV250°65°69°
CMYK 0.540.650.00   0.31
XYZ12.85388.289741.4800
Yxy8.28970.20530.1324
Hunter Lab28.791829.3036-65.2640
CIE-Lab34.579138.6327-57.7796

#513eaf color RGB value is (81,62,175).

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

The process color (four color CMYK) of #513eaf color hex is 0.54, 0.65, 0.00, 0.31. Web safe color of #513eaf is #663399. Color #513eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111110 10101111
Octal 121 76 257
Decimal 81 62 175
Hex 51 3E AF

RGB Percentages of Color #513eaf

%25.47
%19.50
%55.03

CMYK Percentages of Color #513eaf

%54
%65
%0
%31

Triadic Colors of #513eaf

#513eaf #af513e #3eaf51

Analogous Colors of #513eaf

#513eaf #8a3eaf #3e63af

Monochromatic Colors of #513eaf

#513eaf

Complementary Color

#513eaf #9caf3e

#513eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#513eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#513eaf Color CSS Codes

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

#513eaf Text Font Color

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

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


#513eaf Background Color

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

This div background color is #513eaf


#513eaf Border Color

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

This div border color is #513eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #513eaf


Comments

No comments written yet.

Please login to write comment.