Color Hex Logo

#510f37 Color Hex

#510F37
(81,15,55)
0 Favorites   0 Comments

Color spaces of #510f37

RGB 811555
HSL0.900.690.19
HSV324°81°32°
CMYK 0.000.810.32   0.68
XYZ4.25382.36683.8471
Yxy2.36680.40640.2261
Hunter Lab15.384422.4327-4.0573
CIE-Lab17.305233.9641-8.2051

#510f37 color RGB value is (81,15,55).

#510f37 hex color red value is 81, green value is 15 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #510f37 hue: 0.90 , saturation: 0.69 and the lightness value of 510f37 is 0.19.

The process color (four color CMYK) of #510f37 color hex is 0.00, 0.81, 0.32, 0.68. Web safe color of #510f37 is #660033. Color #510f37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001111 00110111
Octal 121 17 67
Decimal 81 15 55
Hex 51 F 37

RGB Percentages of Color #510f37

%53.64
%9.93
%36.42

CMYK Percentages of Color #510f37

%0
%81
%32
%68

Triadic Colors of #510f37

#510f37 #37510f #0f3751

Analogous Colors of #510f37

#510f37 #510f16 #4a0f51

Monochromatic Colors of #510f37

#510f37

Complementary Color

#510f37 #0f5129

#510f37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510f37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510f37 Color CSS Codes

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

#510f37 Text Font Color

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

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


#510f37 Background Color

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

This div background color is #510f37


#510f37 Border Color

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

This div border color is #510f37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510f37


Comments

No comments written yet.

Please login to write comment.