Color Hex Logo

#512055 Color Hex

#512055
(81,32,85)
0 Favorites   0 Comments

Color spaces of #512055

RGB 813285
HSL0.820.450.23
HSV295°62°33°
CMYK 0.050.620.00   0.67
XYZ5.54953.43828.9655
Yxy3.43820.30910.1915
Hunter Lab18.542420.9736-15.6879
CIE-Lab21.719731.3883-21.9758

#512055 color RGB value is (81,32,85).

#512055 hex color red value is 81, green value is 32 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #512055 hue: 0.82 , saturation: 0.45 and the lightness value of 512055 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100000 01010101
Octal 121 40 125
Decimal 81 32 85
Hex 51 20 55

RGB Percentages of Color #512055

%40.91
%16.16
%42.93

CMYK Percentages of Color #512055

%5
%62
%0
%67

Triadic Colors of #512055

#512055 #555120 #205551

Analogous Colors of #512055

#512055 #55203f #372055

Monochromatic Colors of #512055

#512055

Complementary Color

#512055 #245520

#512055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#512055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#512055 Color CSS Codes

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

#512055 Text Font Color

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

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


#512055 Background Color

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

This div background color is #512055


#512055 Border Color

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

This div border color is #512055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #512055


Comments

No comments written yet.

Please login to write comment.