Color Hex Logo

#510638 Color Hex

#510638
(81,6,56)
0 Favorites   0 Comments

Color spaces of #510638

RGB 81656
HSL0.890.860.17
HSV320°93°32°
CMYK 0.000.930.31   0.68
XYZ4.17232.16513.9394
Yxy2.16510.40600.2107
Hunter Lab14.714324.8645-5.5735
CIE-Lab16.330937.0227-10.4056

#510638 color RGB value is (81,6,56).

#510638 hex color red value is 81, green value is 6 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #510638 hue: 0.89 , saturation: 0.86 and the lightness value of 510638 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000110 00111000
Octal 121 6 70
Decimal 81 6 56
Hex 51 6 38

RGB Percentages of Color #510638

%56.64
%4.20
%39.16

CMYK Percentages of Color #510638

%0
%93
%31
%68

Triadic Colors of #510638

#510638 #385106 #063851

Analogous Colors of #510638

#510638 #510613 #450651

Monochromatic Colors of #510638

#510638

Complementary Color

#510638 #06511f

#510638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510638 Color CSS Codes

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

#510638 Text Font Color

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

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


#510638 Background Color

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

This div background color is #510638


#510638 Border Color

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

This div border color is #510638


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,6,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 #510638">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510638


Comments

No comments written yet.

Please login to write comment.