Color Hex Logo

#512887 Color Hex

#512887
(81,40,135)
0 Favorites   0 Comments

Color spaces of #512887

RGB 8140135
HSL0.740.540.34
HSV266°70°53°
CMYK 0.400.700.00   0.47
XYZ8.52535.016223.4406
Yxy5.01620.23050.1356
Hunter Lab22.396928.7509-46.3752
CIE-Lab26.780939.4171-46.1069

#512887 color RGB value is (81,40,135).

#512887 hex color red value is 81, green value is 40 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #512887 hue: 0.74 , saturation: 0.54 and the lightness value of 512887 is 0.34.

The process color (four color CMYK) of #512887 color hex is 0.40, 0.70, 0.00, 0.47. Web safe color of #512887 is #663399. Color #512887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 10000111
Octal 121 50 207
Decimal 81 40 135
Hex 51 28 87

RGB Percentages of Color #512887

%31.64
%15.63
%52.73

CMYK Percentages of Color #512887

%40
%70
%0
%47

Triadic Colors of #512887

#512887 #875128 #288751

Analogous Colors of #512887

#512887 #812887 #282f87

Monochromatic Colors of #512887

#512887

Complementary Color

#512887 #5e8728

#512887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512887 Color CSS Codes

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

#512887 Text Font Color

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

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


#512887 Background Color

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

This div background color is #512887


#512887 Border Color

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

This div border color is #512887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512887


Comments

No comments written yet.

Please login to write comment.