Color Hex Logo

#512654 Color Hex

#512654
(81,38,84)
0 Favorites   0 Comments

Color spaces of #512654

RGB 813884
HSL0.820.380.24
HSV296°55°33°
CMYK 0.040.550.00   0.67
XYZ5.68673.77578.8166
Yxy3.77570.31110.2066
Hunter Lab19.431218.2351-13.3001
CIE-Lab22.915627.8191-19.4295

#512654 color RGB value is (81,38,84).

#512654 hex color red value is 81, green value is 38 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #512654 hue: 0.82 , saturation: 0.38 and the lightness value of 512654 is 0.24.

The process color (four color CMYK) of #512654 color hex is 0.04, 0.55, 0.00, 0.67. Web safe color of #512654 is #663366. Color #512654 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100110 01010100
Octal 121 46 124
Decimal 81 38 84
Hex 51 26 54

RGB Percentages of Color #512654

%39.90
%18.72
%41.38

CMYK Percentages of Color #512654

%4
%55
%0
%67

Triadic Colors of #512654

#512654 #545126 #265451

Analogous Colors of #512654

#512654 #542640 #3a2654

Monochromatic Colors of #512654

#512654

Complementary Color

#512654 #295426

#512654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512654 Color CSS Codes

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

#512654 Text Font Color

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

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


#512654 Background Color

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

This div background color is #512654


#512654 Border Color

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

This div border color is #512654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512654


Comments

No comments written yet.

Please login to write comment.