Color Hex Logo

#510533 Color Hex

#510533
(81,5,51)
0 Favorites   0 Comments

Color spaces of #510533

RGB 81551
HSL0.900.880.17
HSV324°94°32°
CMYK 0.000.940.37   0.68
XYZ4.04522.09693.3235
Yxy2.09690.42740.2215
Hunter Lab14.480724.5231-3.4713
CIE-Lab15.987836.6921-7.3528

#510533 color RGB value is (81,5,51).

#510533 hex color red value is 81, green value is 5 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #510533 hue: 0.90 , saturation: 0.88 and the lightness value of 510533 is 0.17.

The process color (four color CMYK) of #510533 color hex is 0.00, 0.94, 0.37, 0.68. Web safe color of #510533 is #660033. Color #510533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000101 00110011
Octal 121 5 63
Decimal 81 5 51
Hex 51 5 33

RGB Percentages of Color #510533

%59.12
%3.65
%37.23

CMYK Percentages of Color #510533

%0
%94
%37
%68

Triadic Colors of #510533

#510533 #335105 #053351

Analogous Colors of #510533

#510533 #51050d #490551

Monochromatic Colors of #510533

#510533

Complementary Color

#510533 #055123

#510533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#510533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#510533 Color CSS Codes

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

#510533 Text Font Color

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

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


#510533 Background Color

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

This div background color is #510533


#510533 Border Color

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

This div border color is #510533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #510533


Comments

No comments written yet.

Please login to write comment.