Color Hex Logo

#53159d Color Hex

#53159D
(83,21,157)
0 Favorites   0 Comments

Color spaces of #53159d

RGB 8321157
HSL0.740.760.35
HSV267°87°62°
CMYK 0.470.870.00   0.38
XYZ9.92124.809732.3037
Yxy4.80970.21090.1023
Hunter Lab21.931042.3709-71.9805
CIE-Lab26.185653.5867-60.6575

#53159d color RGB value is (83,21,157).

#53159d hex color red value is 83, green value is 21 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #53159d hue: 0.74 , saturation: 0.76 and the lightness value of 53159d is 0.35.

The process color (four color CMYK) of #53159d color hex is 0.47, 0.87, 0.00, 0.38. Web safe color of #53159d is #660099. Color #53159d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 10011101
Octal 123 25 235
Decimal 83 21 157
Hex 53 15 9D

RGB Percentages of Color #53159d

%31.80
%8.05
%60.15

CMYK Percentages of Color #53159d

%47
%87
%0
%38

Triadic Colors of #53159d

#53159d #9d5315 #159d53

Analogous Colors of #53159d

#53159d #97159d #151b9d

Monochromatic Colors of #53159d

#53159d

Complementary Color

#53159d #5f9d15

#53159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53159d Color CSS Codes

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

#53159d Text Font Color

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

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


#53159d Background Color

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

This div background color is #53159d


#53159d Border Color

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

This div border color is #53159d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,21,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53159d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53159d;
  -webkit-box-shadow: 1px 1px 3px 2px #53159d;
  box-shadow:         1px 1px 3px 2px #53159d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53159d


Comments

No comments written yet.

Please login to write comment.