Color Hex Logo

#53338d Color Hex

#53338D
(83,51,141)
0 Favorites   0 Comments

Color spaces of #53338d

RGB 8351141
HSL0.730.470.38
HSV261°64°55°
CMYK 0.410.640.00   0.45
XYZ9.55886.129725.8787
Yxy6.12970.23000.1475
Hunter Lab24.758225.5894-44.6425
CIE-Lab29.737435.3752-45.0290

#53338d color RGB value is (83,51,141).

#53338d hex color red value is 83, green value is 51 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #53338d hue: 0.73 , saturation: 0.47 and the lightness value of 53338d is 0.38.

The process color (four color CMYK) of #53338d color hex is 0.41, 0.64, 0.00, 0.45. Web safe color of #53338d is #663399. Color #53338d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 10001101
Octal 123 63 215
Decimal 83 51 141
Hex 53 33 8D

RGB Percentages of Color #53338d

%30.18
%18.55
%51.27

CMYK Percentages of Color #53338d

%41
%64
%0
%45

Triadic Colors of #53338d

#53338d #8d5333 #338d53

Analogous Colors of #53338d

#53338d #80338d #33408d

Monochromatic Colors of #53338d

#53338d

Complementary Color

#53338d #6d8d33

#53338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53338d Color CSS Codes

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

#53338d Text Font Color

<p style="color:#53338d">Text here</p>

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


#53338d Background Color

<div style="background-color:#53338d">
Div content here</div>

This div background color is #53338d


#53338d Border Color

<div style="border:3px solid #53338d">
Div here</div>

This div border color is #53338d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,51,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53338d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53338d;
  -webkit-box-shadow: 1px 1px 3px 2px #53338d;
  box-shadow:         1px 1px 3px 2px #53338d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53338d


Comments

No comments written yet.

Please login to write comment.