Color Hex Logo

#510b48 Color Hex

#510B48
(81,11,72)
0 Favorites   0 Comments

Color spaces of #510b48

RGB 811172
HSL0.850.760.18
HSV308°86°32°
CMYK 0.000.860.11   0.68
XYZ4.68272.45666.3582
Yxy2.45660.34690.1820
Hunter Lab15.673525.9008-13.0804
CIE-Lab17.721237.9473-19.4528

#510b48 color RGB value is (81,11,72).

#510b48 hex color red value is 81, green value is 11 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #510b48 hue: 0.85 , saturation: 0.76 and the lightness value of 510b48 is 0.18.

The process color (four color CMYK) of #510b48 color hex is 0.00, 0.86, 0.11, 0.68. Web safe color of #510b48 is #660033. Color #510b48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001011 01001000
Octal 121 13 110
Decimal 81 11 72
Hex 51 B 48

RGB Percentages of Color #510b48

%49.39
%6.71
%43.90

CMYK Percentages of Color #510b48

%0
%86
%11
%68

Triadic Colors of #510b48

#510b48 #48510b #0b4851

Analogous Colors of #510b48

#510b48 #510b25 #370b51

Monochromatic Colors of #510b48

#510b48

Complementary Color

#510b48 #0b5114

#510b48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510b48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510b48 Color CSS Codes

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

#510b48 Text Font Color

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

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


#510b48 Background Color

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

This div background color is #510b48


#510b48 Border Color

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

This div border color is #510b48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,11,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #510b48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #510b48;
  -webkit-box-shadow: 1px 1px 3px 2px #510b48;
  box-shadow:         1px 1px 3px 2px #510b48; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510b48


Comments

No comments written yet.

Please login to write comment.