Color Hex Logo

#53368b Color Hex

#53368B
(83,54,139)
0 Favorites   0 Comments

Color spaces of #53368b

RGB 8354139
HSL0.720.440.38
HSV260°61°55°
CMYK 0.400.610.00   0.45
XYZ9.54666.341425.1469
Yxy6.34140.23260.1545
Hunter Lab25.182123.6010-41.5795
CIE-Lab30.257933.0323-42.9525

#53368b color RGB value is (83,54,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110110 10001011
Octal 123 66 213
Decimal 83 54 139
Hex 53 36 8B

RGB Percentages of Color #53368b

%30.07
%19.57
%50.36

CMYK Percentages of Color #53368b

%40
%61
%0
%45

Triadic Colors of #53368b

#53368b #8b5336 #368b53

Analogous Colors of #53368b

#53368b #7e368b #36438b

Monochromatic Colors of #53368b

#53368b

Complementary Color

#53368b #6e8b36

#53368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53368b Color CSS Codes

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

#53368b Text Font Color

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

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


#53368b Background Color

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

This div background color is #53368b


#53368b Border Color

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

This div border color is #53368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53368b


Comments

No comments written yet.

Please login to write comment.