Color Hex Logo

#512269 Color Hex

#512269
(81,34,105)
0 Favorites   0 Comments

Color spaces of #512269

RGB 8134105
HSL0.780.510.27
HSV280°68°41°
CMYK 0.230.680.00   0.59
XYZ6.51523.913313.7766
Yxy3.91330.26920.1617
Hunter Lab19.782124.1702-27.4432
CIE-Lab23.382734.8756-32.5042

#512269 color RGB value is (81,34,105).

#512269 hex color red value is 81, green value is 34 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #512269 hue: 0.78 , saturation: 0.51 and the lightness value of 512269 is 0.27.

The process color (four color CMYK) of #512269 color hex is 0.23, 0.68, 0.00, 0.59. Web safe color of #512269 is #663366. Color #512269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100010 01101001
Octal 121 42 151
Decimal 81 34 105
Hex 51 22 69

RGB Percentages of Color #512269

%36.82
%15.45
%47.73

CMYK Percentages of Color #512269

%23
%68
%0
%59

Triadic Colors of #512269

#512269 #695122 #226951

Analogous Colors of #512269

#512269 #69225e #2d2269

Monochromatic Colors of #512269

#512269

Complementary Color

#512269 #3a6922

#512269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512269 Color CSS Codes

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

#512269 Text Font Color

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

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


#512269 Background Color

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

This div background color is #512269


#512269 Border Color

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

This div border color is #512269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512269


Comments

No comments written yet.

Please login to write comment.