Color Hex Logo

#53356b Color Hex

#53356B
(83,53,107)
0 Favorites   0 Comments

Color spaces of #53356b

RGB 8353107
HSL0.760.340.31
HSV273°50°42°
CMYK 0.220.500.00   0.58
XYZ7.49425.446714.5663
Yxy5.44670.27240.1980
Hunter Lab23.338216.4770-20.6686
CIE-Lab27.971324.8723-26.4758

#53356b color RGB value is (83,53,107).

#53356b hex color red value is 83, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #53356b hue: 0.76 , saturation: 0.34 and the lightness value of 53356b is 0.31.

The process color (four color CMYK) of #53356b color hex is 0.22, 0.50, 0.00, 0.58. Web safe color of #53356b is #663366. Color #53356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01101011
Octal 123 65 153
Decimal 83 53 107
Hex 53 35 6B

RGB Percentages of Color #53356b

%34.16
%21.81
%44.03

CMYK Percentages of Color #53356b

%22
%50
%0
%58

Triadic Colors of #53356b

#53356b #6b5335 #356b53

Analogous Colors of #53356b

#53356b #6b3568 #38356b

Monochromatic Colors of #53356b

#53356b

Complementary Color

#53356b #4d6b35

#53356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53356b Color CSS Codes

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

#53356b Text Font Color

<p style="color:#53356b">Text here</p>

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


#53356b Background Color

<div style="background-color:#53356b">
Div content here</div>

This div background color is #53356b


#53356b Border Color

<div style="border:3px solid #53356b">
Div here</div>

This div border color is #53356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53356b


Comments

No comments written yet.

Please login to write comment.