Color Hex Logo

#53299f Color Hex

#53299F
(83,41,159)
0 Favorites   0 Comments

Color spaces of #53299f

RGB 8341159
HSL0.730.590.39
HSV261°74°62°
CMYK 0.480.740.00   0.38
XYZ10.61825.928133.3855
Yxy5.92810.21270.1187
Hunter Lab24.347735.2367-64.2549
CIE-Lab29.230345.8515-56.8806

#53299f color RGB value is (83,41,159).

#53299f hex color red value is 83, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #53299f hue: 0.73 , saturation: 0.59 and the lightness value of 53299f is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101001 10011111
Octal 123 51 237
Decimal 83 41 159
Hex 53 29 9F

RGB Percentages of Color #53299f

%29.33
%14.49
%56.18

CMYK Percentages of Color #53299f

%48
%74
%0
%38

Triadic Colors of #53299f

#53299f #9f5329 #299f53

Analogous Colors of #53299f

#53299f #8e299f #293a9f

Monochromatic Colors of #53299f

#53299f

Complementary Color

#53299f #759f29

#53299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53299f Color CSS Codes

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

#53299f Text Font Color

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

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


#53299f Background Color

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

This div background color is #53299f


#53299f Border Color

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

This div border color is #53299f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,41,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 #53299f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53299f


Comments

No comments written yet.

Please login to write comment.