Color Hex Logo

#510565 Color Hex

#510565
(81,5,101)
0 Favorites   0 Comments

Color spaces of #510565

RGB 815101
HSL0.800.910.21
HSV288°95°40°
CMYK 0.200.950.00   0.60
XYZ5.79662.797512.5464
Yxy2.79750.27420.1323
Hunter Lab16.725732.5923-32.7669
CIE-Lab19.213945.0263-36.6095

#510565 color RGB value is (81,5,101).

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

The process color (four color CMYK) of #510565 color hex is 0.20, 0.95, 0.00, 0.60. Web safe color of #510565 is #660066. Color #510565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000101 01100101
Octal 121 5 145
Decimal 81 5 101
Hex 51 5 65

RGB Percentages of Color #510565

%43.32
%2.67
%54.01

CMYK Percentages of Color #510565

%20
%95
%0
%60

Triadic Colors of #510565

#510565 #655105 #056551

Analogous Colors of #510565

#510565 #650549 #210565

Monochromatic Colors of #510565

#510565

Complementary Color

#510565 #196505

#510565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510565 Color CSS Codes

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

#510565 Text Font Color

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

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


#510565 Background Color

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

This div background color is #510565


#510565 Border Color

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

This div border color is #510565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510565


Comments

No comments written yet.

Please login to write comment.