Color Hex Logo

#511ae0 Color Hex

#511AE0
(81,26,224)
0 Favorites   0 Comments

Color spaces of #511ae0

RGB 8126224
HSL0.710.790.49
HSV257°88°88°
CMYK 0.640.880.00   0.12
XYZ17.21737.869971.1326
Yxy7.86990.17890.0818
Hunter Lab28.053360.4582-130.6995
CIE-Lab33.710568.6390-87.8323

#511ae0 color RGB value is (81,26,224).

#511ae0 hex color red value is 81, green value is 26 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #511ae0 hue: 0.71 , saturation: 0.79 and the lightness value of 511ae0 is 0.49.

The process color (four color CMYK) of #511ae0 color hex is 0.64, 0.88, 0.00, 0.12. Web safe color of #511ae0 is #6633cc. Color #511ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011010 11100000
Octal 121 32 340
Decimal 81 26 224
Hex 51 1A E0

RGB Percentages of Color #511ae0

%24.47
%7.85
%67.67

CMYK Percentages of Color #511ae0

%64
%88
%0
%12

Triadic Colors of #511ae0

#511ae0 #e0511a #1ae051

Analogous Colors of #511ae0

#511ae0 #b41ae0 #1a46e0

Monochromatic Colors of #511ae0

#511ae0

Complementary Color

#511ae0 #a9e01a

#511ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511ae0 Color CSS Codes

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

#511ae0 Text Font Color

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

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


#511ae0 Background Color

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

This div background color is #511ae0


#511ae0 Border Color

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

This div border color is #511ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511ae0


Comments

No comments written yet.

Please login to write comment.