Color Hex Logo

#53387e Color Hex

#53387E
(83,56,126)
0 Favorites   0 Comments

Color spaces of #53387e

RGB 8356126
HSL0.730.380.36
HSV263°56°49°
CMYK 0.340.560.00   0.51
XYZ8.74736.173720.4693
Yxy6.17370.24720.1744
Hunter Lab24.846919.3583-31.4512
CIE-Lab29.846528.1291-35.5260

#53387e color RGB value is (83,56,126).

#53387e hex color red value is 83, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #53387e hue: 0.73 , saturation: 0.38 and the lightness value of 53387e is 0.36.

The process color (four color CMYK) of #53387e color hex is 0.34, 0.56, 0.00, 0.51. Web safe color of #53387e is #663366. Color #53387e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 01111110
Octal 123 70 176
Decimal 83 56 126
Hex 53 38 7E

RGB Percentages of Color #53387e

%31.32
%21.13
%47.55

CMYK Percentages of Color #53387e

%34
%56
%0
%51

Triadic Colors of #53387e

#53387e #7e5338 #387e53

Analogous Colors of #53387e

#53387e #76387e #38407e

Monochromatic Colors of #53387e

#53387e

Complementary Color

#53387e #637e38

#53387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53387e Color CSS Codes

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

#53387e Text Font Color

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

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


#53387e Background Color

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

This div background color is #53387e


#53387e Border Color

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

This div border color is #53387e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53387e


Comments

No comments written yet.

Please login to write comment.