Color Hex Logo

#53398b Color Hex

#53398B
(83,57,139)
0 Favorites   0 Comments

Color spaces of #53398b

RGB 8357139
HSL0.720.420.38
HSV259°59°55°
CMYK 0.400.590.00   0.45
XYZ9.69066.629325.1949
Yxy6.62930.23340.1597
Hunter Lab25.747422.1243-39.9945
CIE-Lab30.947731.2222-41.8414

#53398b color RGB value is (83,57,139).

#53398b hex color red value is 83, green value is 57 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #53398b hue: 0.72 , saturation: 0.42 and the lightness value of 53398b is 0.38.

The process color (four color CMYK) of #53398b color hex is 0.40, 0.59, 0.00, 0.45. Web safe color of #53398b is #663399. Color #53398b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111001 10001011
Octal 123 71 213
Decimal 83 57 139
Hex 53 39 8B

RGB Percentages of Color #53398b

%29.75
%20.43
%49.82

CMYK Percentages of Color #53398b

%40
%59
%0
%45

Triadic Colors of #53398b

#53398b #8b5339 #398b53

Analogous Colors of #53398b

#53398b #7c398b #39488b

Monochromatic Colors of #53398b

#53398b

Complementary Color

#53398b #718b39

#53398b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53398b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53398b Color CSS Codes

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

#53398b Text Font Color

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

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


#53398b Background Color

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

This div background color is #53398b


#53398b Border Color

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

This div border color is #53398b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53398b


Comments

No comments written yet.

Please login to write comment.