Color Hex Logo

#511855 Color Hex

#511855
(81,24,85)
0 Favorites   0 Comments

Color spaces of #511855

RGB 812485
HSL0.820.560.21
HSV296°72°33°
CMYK 0.050.720.00   0.67
XYZ5.35973.05858.9022
Yxy3.05850.30940.1766
Hunter Lab17.488624.0997-17.9384
CIE-Lab20.276735.3712-24.2585

#511855 color RGB value is (81,24,85).

#511855 hex color red value is 81, green value is 24 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #511855 hue: 0.82 , saturation: 0.56 and the lightness value of 511855 is 0.21.

The process color (four color CMYK) of #511855 color hex is 0.05, 0.72, 0.00, 0.67. Web safe color of #511855 is #660066. Color #511855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 01010101
Octal 121 30 125
Decimal 81 24 85
Hex 51 18 55

RGB Percentages of Color #511855

%42.63
%12.63
%44.74

CMYK Percentages of Color #511855

%5
%72
%0
%67

Triadic Colors of #511855

#511855 #555118 #185551

Analogous Colors of #511855

#511855 #55183b #331855

Monochromatic Colors of #511855

#511855

Complementary Color

#511855 #1c5518

#511855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511855 Color CSS Codes

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

#511855 Text Font Color

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

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


#511855 Background Color

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

This div background color is #511855


#511855 Border Color

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

This div border color is #511855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511855


Comments

No comments written yet.

Please login to write comment.