Color Hex Logo

#512f55 Color Hex

#512F55
(81,47,85)
0 Favorites   0 Comments

Color spaces of #512f55

RGB 814785
HSL0.820.290.26
HSV294°45°33°
CMYK 0.050.450.00   0.67
XYZ6.04954.43829.1321
Yxy4.43820.30830.2262
Hunter Lab21.067014.3898-10.9540
CIE-Lab25.070222.6053-16.7347

#512f55 color RGB value is (81,47,85).

#512f55 hex color red value is 81, green value is 47 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #512f55 hue: 0.82 , saturation: 0.29 and the lightness value of 512f55 is 0.26.

The process color (four color CMYK) of #512f55 color hex is 0.05, 0.45, 0.00, 0.67. Web safe color of #512f55 is #663366. Color #512f55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101111 01010101
Octal 121 57 125
Decimal 81 47 85
Hex 51 2F 55

RGB Percentages of Color #512f55

%38.03
%22.07
%39.91

CMYK Percentages of Color #512f55

%5
%45
%0
%67

Triadic Colors of #512f55

#512f55 #55512f #2f5551

Analogous Colors of #512f55

#512f55 #552f46 #3e2f55

Monochromatic Colors of #512f55

#512f55

Complementary Color

#512f55 #33552f

#512f55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512f55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512f55 Color CSS Codes

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

#512f55 Text Font Color

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

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


#512f55 Background Color

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

This div background color is #512f55


#512f55 Border Color

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

This div border color is #512f55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,47,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #512f55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #512f55;
  -webkit-box-shadow: 1px 1px 3px 2px #512f55;
  box-shadow:         1px 1px 3px 2px #512f55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512f55


Comments

No comments written yet.

Please login to write comment.