Color Hex Logo

#53359f Color Hex

#53359F
(83,53,159)
0 Favorites   0 Comments

Color spaces of #53359f

RGB 8353159
HSL0.710.500.42
HSV257°67°62°
CMYK 0.480.670.00   0.38
XYZ11.09846.888433.5455
Yxy6.88840.21540.1337
Hunter Lab26.245829.5512-57.4083
CIE-Lab31.551539.4233-53.0937

#53359f color RGB value is (83,53,159).

#53359f hex color red value is 83, green value is 53 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #53359f hue: 0.71 , saturation: 0.50 and the lightness value of 53359f is 0.42.

The process color (four color CMYK) of #53359f color hex is 0.48, 0.67, 0.00, 0.38. Web safe color of #53359f is #663399. Color #53359f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 10011111
Octal 123 65 237
Decimal 83 53 159
Hex 53 35 9F

RGB Percentages of Color #53359f

%28.14
%17.97
%53.90

CMYK Percentages of Color #53359f

%48
%67
%0
%38

Triadic Colors of #53359f

#53359f #9f5335 #359f53

Analogous Colors of #53359f

#53359f #88359f #354c9f

Monochromatic Colors of #53359f

#53359f

Complementary Color

#53359f #819f35

#53359f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53359f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53359f Color CSS Codes

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

#53359f Text Font Color

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

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


#53359f Background Color

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

This div background color is #53359f


#53359f Border Color

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

This div border color is #53359f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,53,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53359f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53359f;
  -webkit-box-shadow: 1px 1px 3px 2px #53359f;
  box-shadow:         1px 1px 3px 2px #53359f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53359f


Comments

No comments written yet.

Please login to write comment.