Color Hex Logo

#53258f Color Hex

#53258F
(83,37,143)
0 Favorites   0 Comments

Color spaces of #53258f

RGB 8337143
HSL0.740.590.35
HSV266°74°56°
CMYK 0.420.740.00   0.44
XYZ9.18685.145326.4955
Yxy5.14530.22500.1260
Hunter Lab22.683332.5975-53.3763
CIE-Lab27.144843.4938-50.4755

#53258f color RGB value is (83,37,143).

#53258f hex color red value is 83, green value is 37 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #53258f hue: 0.74 , saturation: 0.59 and the lightness value of 53258f is 0.35.

The process color (four color CMYK) of #53258f color hex is 0.42, 0.74, 0.00, 0.44. Web safe color of #53258f is #663399. Color #53258f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100101 10001111
Octal 123 45 217
Decimal 83 37 143
Hex 53 25 8F

RGB Percentages of Color #53258f

%31.56
%14.07
%54.37

CMYK Percentages of Color #53258f

%42
%74
%0
%44

Triadic Colors of #53258f

#53258f #8f5325 #258f53

Analogous Colors of #53258f

#53258f #88258f #252c8f

Monochromatic Colors of #53258f

#53258f

Complementary Color

#53258f #618f25

#53258f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53258f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53258f Color CSS Codes

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

#53258f Text Font Color

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

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


#53258f Background Color

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

This div background color is #53258f


#53258f Border Color

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

This div border color is #53258f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53258f


Comments

No comments written yet.

Please login to write comment.