Color Hex Logo

#53115b Color Hex

#53115B
(83,17,91)
0 Favorites   0 Comments

Color spaces of #53115b

RGB 831791
HSL0.820.690.21
HSV294°81°36°
CMYK 0.090.810.00   0.64
XYZ5.65612.995210.1776
Yxy2.99520.30040.1591
Hunter Lab17.306628.0501-22.7523
CIE-Lab20.024739.9287-28.6549

#53115b color RGB value is (83,17,91).

#53115b hex color red value is 83, green value is 17 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #53115b hue: 0.82 , saturation: 0.69 and the lightness value of 53115b is 0.21.

The process color (four color CMYK) of #53115b color hex is 0.09, 0.81, 0.00, 0.64. Web safe color of #53115b is #660066. Color #53115b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 01011011
Octal 123 21 133
Decimal 83 17 91
Hex 53 11 5B

RGB Percentages of Color #53115b

%43.46
%8.90
%47.64

CMYK Percentages of Color #53115b

%9
%81
%0
%64

Triadic Colors of #53115b

#53115b #5b5311 #115b53

Analogous Colors of #53115b

#53115b #5b113e #2e115b

Monochromatic Colors of #53115b

#53115b

Complementary Color

#53115b #195b11

#53115b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53115b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53115b Color CSS Codes

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

#53115b Text Font Color

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

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


#53115b Background Color

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

This div background color is #53115b


#53115b Border Color

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

This div border color is #53115b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,17,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53115b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53115b;
  -webkit-box-shadow: 1px 1px 3px 2px #53115b;
  box-shadow:         1px 1px 3px 2px #53115b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53115b


Comments

No comments written yet.

Please login to write comment.