Color Hex Logo

#515682 Color Hex

#515682
(81,86,130)
0 Favorites   0 Comments

Color spaces of #515682

RGB 8186130
HSL0.650.230.41
HSV234°38°51°
CMYK 0.380.340.00   0.49
XYZ10.750410.016622.4859
Yxy10.01660.24850.2316
Hunter Lab31.64905.2463-19.9699
CIE-Lab37.87229.5973-25.3339

#515682 color RGB value is (81,86,130).

#515682 hex color red value is 81, green value is 86 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #515682 hue: 0.65 , saturation: 0.23 and the lightness value of 515682 is 0.41.

The process color (four color CMYK) of #515682 color hex is 0.38, 0.34, 0.00, 0.49. Web safe color of #515682 is #666699. Color #515682 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010110 10000010
Octal 121 126 202
Decimal 81 86 130
Hex 51 56 82

RGB Percentages of Color #515682

%27.27
%28.96
%43.77

CMYK Percentages of Color #515682

%38
%34
%0
%49

Triadic Colors of #515682

#515682 #825156 #568251

Analogous Colors of #515682

#515682 #655182 #516f82

Monochromatic Colors of #515682

#515682

Complementary Color

#515682 #827d51

#515682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515682 Color CSS Codes

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

#515682 Text Font Color

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

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


#515682 Background Color

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

This div background color is #515682


#515682 Border Color

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

This div border color is #515682


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,86,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515682; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515682;
  -webkit-box-shadow: 1px 1px 3px 2px #515682;
  box-shadow:         1px 1px 3px 2px #515682; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515682


Comments

No comments written yet.

Please login to write comment.