Color Hex Logo

#512197 Color Hex

#512197
(81,33,151)
0 Favorites   0 Comments

Color spaces of #512197

RGB 8133151
HSL0.730.640.36
HSV264°78°59°
CMYK 0.460.780.00   0.41
XYZ9.52315.071429.7551
Yxy5.07140.21470.1144
Hunter Lab22.519836.0740-62.5753
CIE-Lab26.937247.1549-55.7571

#512197 color RGB value is (81,33,151).

#512197 hex color red value is 81, green value is 33 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #512197 hue: 0.73 , saturation: 0.64 and the lightness value of 512197 is 0.36.

The process color (four color CMYK) of #512197 color hex is 0.46, 0.78, 0.00, 0.41. Web safe color of #512197 is #663399. Color #512197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 10010111
Octal 121 41 227
Decimal 81 33 151
Hex 51 21 97

RGB Percentages of Color #512197

%30.57
%12.45
%56.98

CMYK Percentages of Color #512197

%46
%78
%0
%41

Triadic Colors of #512197

#512197 #975121 #219751

Analogous Colors of #512197

#512197 #8c2197 #212c97

Monochromatic Colors of #512197

#512197

Complementary Color

#512197 #679721

#512197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512197 Color CSS Codes

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

#512197 Text Font Color

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

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


#512197 Background Color

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

This div background color is #512197


#512197 Border Color

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

This div border color is #512197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512197


Comments

No comments written yet.

Please login to write comment.