Color Hex Logo

#510165 Color Hex

#510165
(81,1,101)
0 Favorites   0 Comments

Color spaces of #510165

RGB 811101
HSL0.800.980.20
HSV288°99°40°
CMYK 0.200.990.00   0.60
XYZ5.75322.710612.5319
Yxy2.71060.27400.1291
Hunter Lab16.463933.5638-33.6053
CIE-Lab18.845546.1221-37.2073

#510165 color RGB value is (81,1,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000001 01100101
Octal 121 1 145
Decimal 81 1 101
Hex 51 1 65

RGB Percentages of Color #510165

%44.26
%0.55
%55.19

CMYK Percentages of Color #510165

%20
%99
%0
%60

Triadic Colors of #510165

#510165 #655101 #016551

Analogous Colors of #510165

#510165 #650147 #1f0165

Monochromatic Colors of #510165

#510165

Complementary Color

#510165 #156501

#510165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510165 Color CSS Codes

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

#510165 Text Font Color

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

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


#510165 Background Color

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

This div background color is #510165


#510165 Border Color

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

This div border color is #510165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,1,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 #510165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510165


Comments

No comments written yet.

Please login to write comment.