Color Hex Logo

#512598 Color Hex

#512598
(81,37,152)
0 Favorites   0 Comments

Color spaces of #512598

RGB 8137152
HSL0.730.610.37
HSV263°76°60°
CMYK 0.470.760.00   0.40
XYZ9.72245.339530.2240
Yxy5.33950.21470.1179
Hunter Lab23.107434.6658-61.3751
CIE-Lab27.680945.5583-55.1531

#512598 color RGB value is (81,37,152).

#512598 hex color red value is 81, green value is 37 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #512598 hue: 0.73 , saturation: 0.61 and the lightness value of 512598 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 10011000
Octal 121 45 230
Decimal 81 37 152
Hex 51 25 98

RGB Percentages of Color #512598

%30.00
%13.70
%56.30

CMYK Percentages of Color #512598

%47
%76
%0
%40

Triadic Colors of #512598

#512598 #985125 #259851

Analogous Colors of #512598

#512598 #8b2598 #253298

Monochromatic Colors of #512598

#512598

Complementary Color

#512598 #6c9825

#512598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512598 Color CSS Codes

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

#512598 Text Font Color

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

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


#512598 Background Color

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

This div background color is #512598


#512598 Border Color

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

This div border color is #512598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512598


Comments

No comments written yet.

Please login to write comment.