Color Hex Logo

#511453 Color Hex

#511453
(81,20,83)
0 Favorites   0 Comments

Color spaces of #511453

RGB 812083
HSL0.830.610.20
HSV298°76°33°
CMYK 0.020.760.00   0.67
XYZ5.20482.87428.4641
Yxy2.87420.31460.1737
Hunter Lab16.953525.1318-17.7334
CIE-Lab19.532936.7120-24.0930

#511453 color RGB value is (81,20,83).

#511453 hex color red value is 81, green value is 20 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #511453 hue: 0.83 , saturation: 0.61 and the lightness value of 511453 is 0.20.

The process color (four color CMYK) of #511453 color hex is 0.02, 0.76, 0.00, 0.67. Web safe color of #511453 is #660066. Color #511453 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 01010011
Octal 121 24 123
Decimal 81 20 83
Hex 51 14 53

RGB Percentages of Color #511453

%44.02
%10.87
%45.11

CMYK Percentages of Color #511453

%2
%76
%0
%67

Triadic Colors of #511453

#511453 #535114 #145351

Analogous Colors of #511453

#511453 #531436 #321453

Monochromatic Colors of #511453

#511453

Complementary Color

#511453 #165314

#511453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511453 Color CSS Codes

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

#511453 Text Font Color

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

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


#511453 Background Color

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

This div background color is #511453


#511453 Border Color

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

This div border color is #511453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511453


Comments

No comments written yet.

Please login to write comment.