Color Hex Logo

#53406b Color Hex

#53406B
(83,64,107)
0 Favorites   0 Comments

Color spaces of #53406b

RGB 8364107
HSL0.740.250.34
HSV267°40°42°
CMYK 0.220.400.00   0.58
XYZ8.05456.567314.7530
Yxy6.56730.27420.2236
Hunter Lab25.626711.2558-16.1938
CIE-Lab30.800817.8913-22.0325

#53406b color RGB value is (83,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000000 01101011
Octal 123 100 153
Decimal 83 64 107
Hex 53 40 6B

RGB Percentages of Color #53406b

%32.68
%25.20
%42.13

CMYK Percentages of Color #53406b

%22
%40
%0
%58

Triadic Colors of #53406b

#53406b #6b5340 #406b53

Analogous Colors of #53406b

#53406b #69406b #40436b

Monochromatic Colors of #53406b

#53406b

Complementary Color

#53406b #586b40

#53406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53406b Color CSS Codes

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

#53406b Text Font Color

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

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


#53406b Background Color

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

This div background color is #53406b


#53406b Border Color

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

This div border color is #53406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53406b


Comments

No comments written yet.

Please login to write comment.