Color Hex Logo

#510b6e Color Hex

#510B6E
(81,11,110)
0 Favorites   0 Comments

Color spaces of #510b6e

RGB 8111110
HSL0.780.820.24
HSV282°90°43°
CMYK 0.260.900.00   0.57
XYZ6.32753.114515.0195
Yxy3.11450.25870.1273
Hunter Lab17.647933.1155-38.1059
CIE-Lab20.496745.3308-40.4130

#510b6e color RGB value is (81,11,110).

#510b6e hex color red value is 81, green value is 11 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #510b6e hue: 0.78 , saturation: 0.82 and the lightness value of 510b6e is 0.24.

The process color (four color CMYK) of #510b6e color hex is 0.26, 0.90, 0.00, 0.57. Web safe color of #510b6e is #660066. Color #510b6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001011 01101110
Octal 121 13 156
Decimal 81 11 110
Hex 51 B 6E

RGB Percentages of Color #510b6e

%40.10
%5.45
%54.46

CMYK Percentages of Color #510b6e

%26
%90
%0
%57

Triadic Colors of #510b6e

#510b6e #6e510b #0b6e51

Analogous Colors of #510b6e

#510b6e #6e0b59 #200b6e

Monochromatic Colors of #510b6e

#510b6e

Complementary Color

#510b6e #286e0b

#510b6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510b6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#510b6e Color CSS Codes

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

#510b6e Text Font Color

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

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


#510b6e Background Color

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

This div background color is #510b6e


#510b6e Border Color

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

This div border color is #510b6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510b6e


Comments

No comments written yet.

Please login to write comment.