Color Hex Logo

#51255f Color Hex

#51255F
(81,37,95)
0 Favorites   0 Comments

Color spaces of #51255f

RGB 813795
HSL0.790.440.26
HSV286°61°37°
CMYK 0.150.610.00   0.63
XYZ6.12053.898711.2564
Yxy3.89870.28770.1832
Hunter Lab19.745120.7766-19.9788
CIE-Lab23.333730.8683-26.0496

#51255f color RGB value is (81,37,95).

#51255f hex color red value is 81, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #51255f hue: 0.79 , saturation: 0.44 and the lightness value of 51255f is 0.26.

The process color (four color CMYK) of #51255f color hex is 0.15, 0.61, 0.00, 0.63. Web safe color of #51255f is #663366. Color #51255f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100101 01011111
Octal 121 45 137
Decimal 81 37 95
Hex 51 25 5F

RGB Percentages of Color #51255f

%38.03
%17.37
%44.60

CMYK Percentages of Color #51255f

%15
%61
%0
%63

Triadic Colors of #51255f

#51255f #5f5125 #255f51

Analogous Colors of #51255f

#51255f #5f2550 #34255f

Monochromatic Colors of #51255f

#51255f

Complementary Color

#51255f #335f25

#51255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51255f Color CSS Codes

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

#51255f Text Font Color

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

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


#51255f Background Color

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

This div background color is #51255f


#51255f Border Color

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

This div border color is #51255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51255f


Comments

No comments written yet.

Please login to write comment.