Color Hex Logo

#53338c Color Hex

#53338C
(83,51,140)
0 Favorites   0 Comments

Color spaces of #53338c

RGB 8351140
HSL0.730.470.37
HSV262°64°55°
CMYK 0.410.640.00   0.45
XYZ9.48476.100125.4885
Yxy6.10010.23090.1485
Hunter Lab24.698425.3256-43.8979
CIE-Lab29.663635.0906-44.5304

#53338c color RGB value is (83,51,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110011 10001100
Octal 123 63 214
Decimal 83 51 140
Hex 53 33 8C

RGB Percentages of Color #53338c

%30.29
%18.61
%51.09

CMYK Percentages of Color #53338c

%41
%64
%0
%45

Triadic Colors of #53338c

#53338c #8c5333 #338c53

Analogous Colors of #53338c

#53338c #80338c #333f8c

Monochromatic Colors of #53338c

#53338c

Complementary Color

#53338c #6c8c33

#53338c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53338c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53338c Color CSS Codes

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

#53338c Text Font Color

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

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


#53338c Background Color

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

This div background color is #53338c


#53338c Border Color

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

This div border color is #53338c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53338c


Comments

No comments written yet.

Please login to write comment.