Color Hex Logo

#511038 Color Hex

#511038
(81,16,56)
0 Favorites   0 Comments

Color spaces of #511038

RGB 811656
HSL0.900.670.19
HSV323°80°32°
CMYK 0.000.800.31   0.68
XYZ4.29242.40543.9794
Yxy2.40540.40200.2253
Hunter Lab15.509422.2607-4.3561
CIE-Lab17.485333.7232-8.6384

#511038 color RGB value is (81,16,56).

#511038 hex color red value is 81, green value is 16 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #511038 hue: 0.90 , saturation: 0.67 and the lightness value of 511038 is 0.19.

The process color (four color CMYK) of #511038 color hex is 0.00, 0.80, 0.31, 0.68. Web safe color of #511038 is #660033. Color #511038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010000 00111000
Octal 121 20 70
Decimal 81 16 56
Hex 51 10 38

RGB Percentages of Color #511038

%52.94
%10.46
%36.60

CMYK Percentages of Color #511038

%0
%80
%31
%68

Triadic Colors of #511038

#511038 #385110 #103851

Analogous Colors of #511038

#511038 #511017 #4a1051

Monochromatic Colors of #511038

#511038

Complementary Color

#511038 #105129

#511038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511038 Color CSS Codes

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

#511038 Text Font Color

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

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


#511038 Background Color

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

This div background color is #511038


#511038 Border Color

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

This div border color is #511038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511038


Comments

No comments written yet.

Please login to write comment.