Color Hex Logo

#53128e Color Hex

#53128E
(83,18,142)
0 Favorites   0 Comments

Color spaces of #53128e

RGB 8318142
HSL0.750.780.31
HSV271°87°56°
CMYK 0.420.870.00   0.44
XYZ8.66614.224625.9499
Yxy4.22460.22310.1088
Hunter Lab20.553839.2916-60.4679
CIE-Lab24.400550.9028-54.3441

#53128e color RGB value is (83,18,142).

#53128e hex color red value is 83, green value is 18 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #53128e hue: 0.75 , saturation: 0.78 and the lightness value of 53128e is 0.31.

The process color (four color CMYK) of #53128e color hex is 0.42, 0.87, 0.00, 0.44. Web safe color of #53128e is #660099. Color #53128e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010010 10001110
Octal 123 22 216
Decimal 83 18 142
Hex 53 12 8E

RGB Percentages of Color #53128e

%34.16
%7.41
%58.44

CMYK Percentages of Color #53128e

%42
%87
%0
%44

Triadic Colors of #53128e

#53128e #8e5312 #128e53

Analogous Colors of #53128e

#53128e #8e128b #15128e

Monochromatic Colors of #53128e

#53128e

Complementary Color

#53128e #4d8e12

#53128e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53128e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53128e Color CSS Codes

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

#53128e Text Font Color

<p style="color:#53128e">Text here</p>

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


#53128e Background Color

<div style="background-color:#53128e">
Div content here</div>

This div background color is #53128e


#53128e Border Color

<div style="border:3px solid #53128e">
Div here</div>

This div border color is #53128e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,18,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53128e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53128e;
  -webkit-box-shadow: 1px 1px 3px 2px #53128e;
  box-shadow:         1px 1px 3px 2px #53128e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53128e


Comments

No comments written yet.

Please login to write comment.