Color Hex Logo

#51258a Color Hex

#51258A
(81,37,138)
0 Favorites   0 Comments

Color spaces of #51258a

RGB 8137138
HSL0.740.580.34
HSV266°73°54°
CMYK 0.410.730.00   0.46
XYZ8.64244.907424.5365
Yxy4.90740.22690.1288
Hunter Lab22.152730.8709-50.1633
CIE-Lab26.469341.7801-48.4837

#51258a color RGB value is (81,37,138).

#51258a hex color red value is 81, green value is 37 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #51258a hue: 0.74 , saturation: 0.58 and the lightness value of 51258a is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 10001010
Octal 121 45 212
Decimal 81 37 138
Hex 51 25 8A

RGB Percentages of Color #51258a

%31.64
%14.45
%53.91

CMYK Percentages of Color #51258a

%41
%73
%0
%46

Triadic Colors of #51258a

#51258a #8a5125 #258a51

Analogous Colors of #51258a

#51258a #84258a #252c8a

Monochromatic Colors of #51258a

#51258a

Complementary Color

#51258a #5e8a25

#51258a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51258a Color Preview on White Background

Lorem ipsum dolor sit amet.

#51258a Color CSS Codes

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

#51258a Text Font Color

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

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


#51258a Background Color

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

This div background color is #51258a


#51258a Border Color

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

This div border color is #51258a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51258a


Comments

No comments written yet.

Please login to write comment.