Color Hex Logo

#512878 Color Hex

#512878
(81,40,120)
0 Favorites   0 Comments

Color spaces of #512878

RGB 8140120
HSL0.750.500.31
HSV271°67°47°
CMYK 0.330.670.00   0.53
XYZ7.54234.623018.2641
Yxy4.62300.24790.1519
Hunter Lab21.501224.9882-35.3129
CIE-Lab25.632535.4109-38.5199

#512878 color RGB value is (81,40,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 01111000
Octal 121 50 170
Decimal 81 40 120
Hex 51 28 78

RGB Percentages of Color #512878

%33.61
%16.60
%49.79

CMYK Percentages of Color #512878

%33
%67
%0
%53

Triadic Colors of #512878

#512878 #785128 #287851

Analogous Colors of #512878

#512878 #782877 #292878

Monochromatic Colors of #512878

#512878

Complementary Color

#512878 #4f7828

#512878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512878 Color CSS Codes

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

#512878 Text Font Color

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

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


#512878 Background Color

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

This div background color is #512878


#512878 Border Color

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

This div border color is #512878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512878

#512878 Color Palettes


Comments

No comments written yet.

Please login to write comment.