Color Hex Logo

#512675 Color Hex

#512675
(81,38,117)
0 Favorites   0 Comments

Color spaces of #512675

RGB 8138117
HSL0.760.510.30
HSV273°68°46°
CMYK 0.310.680.00   0.54
XYZ7.29734.419917.2981
Yxy4.41990.25150.1523
Hunter Lab21.023625.1663-34.0671
CIE-Lab25.013735.7262-37.6069

#512675 color RGB value is (81,38,117).

#512675 hex color red value is 81, green value is 38 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #512675 hue: 0.76 , saturation: 0.51 and the lightness value of 512675 is 0.30.

The process color (four color CMYK) of #512675 color hex is 0.31, 0.68, 0.00, 0.54. Web safe color of #512675 is #663366. Color #512675 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100110 01110101
Octal 121 46 165
Decimal 81 38 117
Hex 51 26 75

RGB Percentages of Color #512675

%34.32
%16.10
%49.58

CMYK Percentages of Color #512675

%31
%68
%0
%54

Triadic Colors of #512675

#512675 #755126 #267551

Analogous Colors of #512675

#512675 #752672 #2a2675

Monochromatic Colors of #512675

#512675

Complementary Color

#512675 #4a7526

#512675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512675 Color CSS Codes

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

#512675 Text Font Color

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

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


#512675 Background Color

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

This div background color is #512675


#512675 Border Color

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

This div border color is #512675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512675


Comments

No comments written yet.

Please login to write comment.