Color Hex Logo

#51217e Color Hex

#51217E
(81,33,126)
0 Favorites   0 Comments

Color spaces of #51217e

RGB 8133126
HSL0.750.580.31
HSV271°74°49°
CMYK 0.360.740.00   0.51
XYZ7.70314.343420.1710
Yxy4.34340.23910.1348
Hunter Lab20.840829.5050-42.7958
CIE-Lab24.775740.6204-43.7096

#51217e color RGB value is (81,33,126).

#51217e hex color red value is 81, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #51217e hue: 0.75 , saturation: 0.58 and the lightness value of 51217e is 0.31.

The process color (four color CMYK) of #51217e color hex is 0.36, 0.74, 0.00, 0.51. Web safe color of #51217e is #663366. Color #51217e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100001 01111110
Octal 121 41 176
Decimal 81 33 126
Hex 51 21 7E

RGB Percentages of Color #51217e

%33.75
%13.75
%52.50

CMYK Percentages of Color #51217e

%36
%74
%0
%51

Triadic Colors of #51217e

#51217e #7e5121 #217e51

Analogous Colors of #51217e

#51217e #7e217d #23217e

Monochromatic Colors of #51217e

#51217e

Complementary Color

#51217e #4e7e21

#51217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51217e Color CSS Codes

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

#51217e Text Font Color

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

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


#51217e Background Color

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

This div background color is #51217e


#51217e Border Color

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

This div border color is #51217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51217e


Comments

No comments written yet.

Please login to write comment.