Color Hex Logo

#510f6b Color Hex

#510F6B
(81,15,107)
0 Favorites   0 Comments

Color spaces of #510f6b

RGB 8115107
HSL0.790.750.24
HSV283°86°42°
CMYK 0.240.860.00   0.58
XYZ6.21803.152514.1907
Yxy3.15250.26390.1338
Hunter Lab17.755331.4400-34.9581
CIE-Lab20.644643.5179-38.2212

#510f6b color RGB value is (81,15,107).

#510f6b hex color red value is 81, green value is 15 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #510f6b hue: 0.79 , saturation: 0.75 and the lightness value of 510f6b is 0.24.

The process color (four color CMYK) of #510f6b color hex is 0.24, 0.86, 0.00, 0.58. Web safe color of #510f6b is #660066. Color #510f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001111 01101011
Octal 121 17 153
Decimal 81 15 107
Hex 51 F 6B

RGB Percentages of Color #510f6b

%39.90
%7.39
%52.71

CMYK Percentages of Color #510f6b

%24
%86
%0
%58

Triadic Colors of #510f6b

#510f6b #6b510f #0f6b51

Analogous Colors of #510f6b

#510f6b #6b0f57 #230f6b

Monochromatic Colors of #510f6b

#510f6b

Complementary Color

#510f6b #296b0f

#510f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#510f6b Color CSS Codes

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

#510f6b Text Font Color

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

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


#510f6b Background Color

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

This div background color is #510f6b


#510f6b Border Color

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

This div border color is #510f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510f6b


Comments

No comments written yet.

Please login to write comment.