Color Hex Logo

#511eaf Color Hex

#511EAF
(81,30,175)
0 Favorites   0 Comments

Color spaces of #511eaf

RGB 8130175
HSL0.730.710.40
HSV261°83°69°
CMYK 0.540.830.00   0.31
XYZ11.59555.773041.0606
Yxy5.77300.19850.0988
Hunter Lab24.027144.0970-84.5036
CIE-Lab28.832454.7391-67.1974

#511eaf color RGB value is (81,30,175).

#511eaf hex color red value is 81, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #511eaf hue: 0.73 , saturation: 0.71 and the lightness value of 511eaf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011110 10101111
Octal 121 36 257
Decimal 81 30 175
Hex 51 1E AF

RGB Percentages of Color #511eaf

%28.32
%10.49
%61.19

CMYK Percentages of Color #511eaf

%54
%83
%0
%31

Triadic Colors of #511eaf

#511eaf #af511e #1eaf51

Analogous Colors of #511eaf

#511eaf #9a1eaf #1e34af

Monochromatic Colors of #511eaf

#511eaf

Complementary Color

#511eaf #7caf1e

#511eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#511eaf Color CSS Codes

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

#511eaf Text Font Color

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

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


#511eaf Background Color

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

This div background color is #511eaf


#511eaf Border Color

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

This div border color is #511eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511eaf


Comments

No comments written yet.

Please login to write comment.