Color Hex Logo

#53389b Color Hex

#53389B
(83,56,155)
0 Favorites   0 Comments

Color spaces of #53389b

RGB 8356155
HSL0.710.470.41
HSV256°64°61°
CMYK 0.460.640.00   0.39
XYZ10.89787.033931.7936
Yxy7.03390.21920.1415
Hunter Lab26.521526.9338-52.5110
CIE-Lab31.884036.5088-50.1269

#53389b color RGB value is (83,56,155).

#53389b hex color red value is 83, green value is 56 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #53389b hue: 0.71 , saturation: 0.47 and the lightness value of 53389b is 0.41.

The process color (four color CMYK) of #53389b color hex is 0.46, 0.64, 0.00, 0.39. Web safe color of #53389b is #663399. Color #53389b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 10011011
Octal 123 70 233
Decimal 83 56 155
Hex 53 38 9B

RGB Percentages of Color #53389b

%28.23
%19.05
%52.72

CMYK Percentages of Color #53389b

%46
%64
%0
%39

Triadic Colors of #53389b

#53389b #9b5338 #389b53

Analogous Colors of #53389b

#53389b #85389b #384f9b

Monochromatic Colors of #53389b

#53389b

Complementary Color

#53389b #809b38

#53389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53389b Color CSS Codes

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

#53389b Text Font Color

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

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


#53389b Background Color

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

This div background color is #53389b


#53389b Border Color

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

This div border color is #53389b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53389b


Comments

No comments written yet.

Please login to write comment.