Color Hex Logo

#515fae Color Hex

#515FAE
(81,95,174)
0 Favorites   0 Comments

Color spaces of #515fae

RGB 8195174
HSL0.640.360.50
HSV231°53°68°
CMYK 0.530.450.00   0.32
XYZ15.125512.989741.7545
Yxy12.98970.21650.1859
Hunter Lab36.041211.8393-43.4598
CIE-Lab42.747717.7299-44.0149

#515fae color RGB value is (81,95,174).

#515fae hex color red value is 81, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #515fae hue: 0.64 , saturation: 0.36 and the lightness value of 515fae is 0.50.

The process color (four color CMYK) of #515fae color hex is 0.53, 0.45, 0.00, 0.32. Web safe color of #515fae is #666699. Color #515fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011111 10101110
Octal 121 137 256
Decimal 81 95 174
Hex 51 5F AE

RGB Percentages of Color #515fae

%23.14
%27.14
%49.71

CMYK Percentages of Color #515fae

%53
%45
%0
%32

Triadic Colors of #515fae

#515fae #ae515f #5fae51

Analogous Colors of #515fae

#515fae #7251ae #518eae

Monochromatic Colors of #515fae

#515fae

Complementary Color

#515fae #aea051

#515fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#515fae Color CSS Codes

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

#515fae Text Font Color

<p style="color:#515fae">Text here</p>

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


#515fae Background Color

<div style="background-color:#515fae">
Div content here</div>

This div background color is #515fae


#515fae Border Color

<div style="border:3px solid #515fae">
Div here</div>

This div border color is #515fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,95,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515fae;
  -webkit-box-shadow: 1px 1px 3px 2px #515fae;
  box-shadow:         1px 1px 3px 2px #515fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515fae


Comments

No comments written yet.

Please login to write comment.