Color Hex Logo

#515fa0 Color Hex

#515FA0
(81,95,160)
0 Favorites   0 Comments

Color spaces of #515fa0

RGB 8195160
HSL0.640.330.47
HSV229°49°63°
CMYK 0.490.410.00   0.37
XYZ13.830712.471834.9360
Yxy12.47180.22580.2037
Hunter Lab35.31548.1045-33.9322
CIE-Lab41.956413.1777-36.9955

#515fa0 color RGB value is (81,95,160).

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

The process color (four color CMYK) of #515fa0 color hex is 0.49, 0.41, 0.00, 0.37. Web safe color of #515fa0 is #666699. Color #515fa0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011111 10100000
Octal 121 137 240
Decimal 81 95 160
Hex 51 5F A0

RGB Percentages of Color #515fa0

%24.11
%28.27
%47.62

CMYK Percentages of Color #515fa0

%49
%41
%0
%37

Triadic Colors of #515fa0

#515fa0 #a0515f #5fa051

Analogous Colors of #515fa0

#515fa0 #6b51a0 #5187a0

Monochromatic Colors of #515fa0

#515fa0

Complementary Color

#515fa0 #a09251

#515fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515fa0 Color CSS Codes

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

#515fa0 Text Font Color

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

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


#515fa0 Background Color

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

This div background color is #515fa0


#515fa0 Border Color

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

This div border color is #515fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515fa0


Comments

No comments written yet.

Please login to write comment.