Color Hex Logo

#511993 Color Hex

#511993
(81,25,147)
0 Favorites   0 Comments

Color spaces of #511993

RGB 8125147
HSL0.740.710.34
HSV268°83°58°
CMYK 0.450.830.00   0.42
XYZ9.00744.551228.0075
Yxy4.55120.21670.1095
Hunter Lab21.333538.0322-62.9047
CIE-Lab25.415949.4425-55.7878

#511993 color RGB value is (81,25,147).

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

The process color (four color CMYK) of #511993 color hex is 0.45, 0.83, 0.00, 0.42. Web safe color of #511993 is #660099. Color #511993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011001 10010011
Octal 121 31 223
Decimal 81 25 147
Hex 51 19 93

RGB Percentages of Color #511993

%32.02
%9.88
%58.10

CMYK Percentages of Color #511993

%45
%83
%0
%42

Triadic Colors of #511993

#511993 #935119 #199351

Analogous Colors of #511993

#511993 #8e1993 #191e93

Monochromatic Colors of #511993

#511993

Complementary Color

#511993 #5b9319

#511993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511993 Color CSS Codes

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

#511993 Text Font Color

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

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


#511993 Background Color

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

This div background color is #511993


#511993 Border Color

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

This div border color is #511993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511993


Comments

No comments written yet.

Please login to write comment.