Color Hex Logo

#53235e Color Hex

#53235E
(83,35,94)
0 Favorites   0 Comments

Color spaces of #53235e

RGB 833594
HSL0.800.460.25
HSV289°63°37°
CMYK 0.120.630.00   0.63
XYZ6.18873.849211.0065
Yxy3.84920.29410.1829
Hunter Lab19.619421.9718-19.5282
CIE-Lab23.166532.3305-25.6380

#53235e color RGB value is (83,35,94).

#53235e hex color red value is 83, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #53235e hue: 0.80 , saturation: 0.46 and the lightness value of 53235e is 0.25.

The process color (four color CMYK) of #53235e color hex is 0.12, 0.63, 0.00, 0.63. Web safe color of #53235e is #663366. Color #53235e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 01011110
Octal 123 43 136
Decimal 83 35 94
Hex 53 23 5E

RGB Percentages of Color #53235e

%39.15
%16.51
%44.34

CMYK Percentages of Color #53235e

%12
%63
%0
%63

Triadic Colors of #53235e

#53235e #5e5323 #235e53

Analogous Colors of #53235e

#53235e #5e234c #36235e

Monochromatic Colors of #53235e

#53235e

Complementary Color

#53235e #2e5e23

#53235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53235e Color CSS Codes

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

#53235e Text Font Color

<p style="color:#53235e">Text here</p>

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


#53235e Background Color

<div style="background-color:#53235e">
Div content here</div>

This div background color is #53235e


#53235e Border Color

<div style="border:3px solid #53235e">
Div here</div>

This div border color is #53235e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,35,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53235e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53235e;
  -webkit-box-shadow: 1px 1px 3px 2px #53235e;
  box-shadow:         1px 1px 3px 2px #53235e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53235e


Comments

No comments written yet.

Please login to write comment.