Color Hex Logo

#511aaf Color Hex

#511AAF
(81,26,175)
0 Favorites   0 Comments

Color spaces of #511aaf

RGB 8126175
HSL0.730.740.39
HSV262°85°69°
CMYK 0.540.850.00   0.31
XYZ11.50065.583341.0290
Yxy5.58330.19790.0961
Hunter Lab23.629045.5279-86.4098
CIE-Lab28.335856.2010-68.0165

#511aaf color RGB value is (81,26,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011010 10101111
Octal 121 32 257
Decimal 81 26 175
Hex 51 1A AF

RGB Percentages of Color #511aaf

%28.72
%9.22
%62.06

CMYK Percentages of Color #511aaf

%54
%85
%0
%31

Triadic Colors of #511aaf

#511aaf #af511a #1aaf51

Analogous Colors of #511aaf

#511aaf #9c1aaf #1a2eaf

Monochromatic Colors of #511aaf

#511aaf

Complementary Color

#511aaf #78af1a

#511aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#511aaf Color CSS Codes

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

#511aaf Text Font Color

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

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


#511aaf Background Color

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

This div background color is #511aaf


#511aaf Border Color

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

This div border color is #511aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511aaf


Comments

No comments written yet.

Please login to write comment.