Color Hex Logo

#511268 Color Hex

#511268
(81,18,104)
0 Favorites   0 Comments

Color spaces of #511268

RGB 8118104
HSL0.790.700.24
HSV284°83°41°
CMYK 0.220.830.00   0.59
XYZ6.10833.181413.3888
Yxy3.18140.26930.1403
Hunter Lab17.836529.9155-32.0200
CIE-Lab20.756241.8449-36.0816

#511268 color RGB value is (81,18,104).

#511268 hex color red value is 81, green value is 18 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #511268 hue: 0.79 , saturation: 0.70 and the lightness value of 511268 is 0.24.

The process color (four color CMYK) of #511268 color hex is 0.22, 0.83, 0.00, 0.59. Web safe color of #511268 is #660066. Color #511268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010010 01101000
Octal 121 22 150
Decimal 81 18 104
Hex 51 12 68

RGB Percentages of Color #511268

%39.90
%8.87
%51.23

CMYK Percentages of Color #511268

%22
%83
%0
%59

Triadic Colors of #511268

#511268 #685112 #126851

Analogous Colors of #511268

#511268 #681254 #261268

Monochromatic Colors of #511268

#511268

Complementary Color

#511268 #296812

#511268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511268 Color CSS Codes

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

#511268 Text Font Color

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

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


#511268 Background Color

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

This div background color is #511268


#511268 Border Color

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

This div border color is #511268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511268


Comments

No comments written yet.

Please login to write comment.