Color Hex Logo

#512777 Color Hex

#512777
(81,39,119)
0 Favorites   0 Comments

Color spaces of #512777

RGB 8139119
HSL0.750.510.31
HSV272°67°47°
CMYK 0.320.670.00   0.53
XYZ7.44864.532317.9350
Yxy4.53230.24900.1515
Hunter Lab21.289225.1969-35.0462
CIE-Lab25.358435.6988-38.3260

#512777 color RGB value is (81,39,119).

#512777 hex color red value is 81, green value is 39 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #512777 hue: 0.75 , saturation: 0.51 and the lightness value of 512777 is 0.31.

The process color (four color CMYK) of #512777 color hex is 0.32, 0.67, 0.00, 0.53. Web safe color of #512777 is #663366. Color #512777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100111 01110111
Octal 121 47 167
Decimal 81 39 119
Hex 51 27 77

RGB Percentages of Color #512777

%33.89
%16.32
%49.79

CMYK Percentages of Color #512777

%32
%67
%0
%53

Triadic Colors of #512777

#512777 #775127 #277751

Analogous Colors of #512777

#512777 #772775 #292777

Monochromatic Colors of #512777

#512777

Complementary Color

#512777 #4d7727

#512777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512777 Color CSS Codes

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

#512777 Text Font Color

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

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


#512777 Background Color

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

This div background color is #512777


#512777 Border Color

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

This div border color is #512777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512777


Comments

No comments written yet.

Please login to write comment.