Color Hex Logo

#512885 Color Hex

#512885
(81,40,133)
0 Favorites   0 Comments

Color spaces of #512885

RGB 8140133
HSL0.740.540.34
HSV266°70°52°
CMYK 0.390.700.00   0.48
XYZ8.38584.960422.7058
Yxy4.96040.23260.1376
Hunter Lab22.272028.2326-44.8546
CIE-Lab26.621638.8759-45.1156

#512885 color RGB value is (81,40,133).

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

The process color (four color CMYK) of #512885 color hex is 0.39, 0.70, 0.00, 0.48. Web safe color of #512885 is #663399. Color #512885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101000 10000101
Octal 121 50 205
Decimal 81 40 133
Hex 51 28 85

RGB Percentages of Color #512885

%31.89
%15.75
%52.36

CMYK Percentages of Color #512885

%39
%70
%0
%48

Triadic Colors of #512885

#512885 #855128 #288551

Analogous Colors of #512885

#512885 #802885 #282e85

Monochromatic Colors of #512885

#512885

Complementary Color

#512885 #5c8528

#512885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512885 Color CSS Codes

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

#512885 Text Font Color

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

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


#512885 Background Color

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

This div background color is #512885


#512885 Border Color

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

This div border color is #512885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512885


Comments

No comments written yet.

Please login to write comment.