Color Hex Logo

#510562 Color Hex

#510562
(81,5,98)
0 Favorites   0 Comments

Color spaces of #510562

RGB 81598
HSL0.800.900.20
HSV289°95°38°
CMYK 0.170.950.00   0.62
XYZ5.65222.739711.7862
Yxy2.73970.28010.1358
Hunter Lab16.552031.9882-30.6322
CIE-Lab18.969744.4309-35.0238

#510562 color RGB value is (81,5,98).

#510562 hex color red value is 81, green value is 5 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #510562 hue: 0.80 , saturation: 0.90 and the lightness value of 510562 is 0.20.

The process color (four color CMYK) of #510562 color hex is 0.17, 0.95, 0.00, 0.62. Web safe color of #510562 is #660066. Color #510562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000101 01100010
Octal 121 5 142
Decimal 81 5 98
Hex 51 5 62

RGB Percentages of Color #510562

%44.02
%2.72
%53.26

CMYK Percentages of Color #510562

%17
%95
%0
%62

Triadic Colors of #510562

#510562 #625105 #056251

Analogous Colors of #510562

#510562 #620545 #220562

Monochromatic Colors of #510562

#510562

Complementary Color

#510562 #166205

#510562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510562 Color CSS Codes

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

#510562 Text Font Color

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

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


#510562 Background Color

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

This div background color is #510562


#510562 Border Color

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

This div border color is #510562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510562


Comments

No comments written yet.

Please login to write comment.