Color Hex Logo

#53149d Color Hex

#53149D
(83,20,157)
0 Favorites   0 Comments

Color spaces of #53149d

RGB 8320157
HSL0.740.770.35
HSV268°87°62°
CMYK 0.470.870.00   0.38
XYZ9.90324.773632.2977
Yxy4.77360.21080.1016
Hunter Lab21.848642.6729-72.3516
CIE-Lab26.079853.9003-60.8317

#53149d color RGB value is (83,20,157).

#53149d hex color red value is 83, green value is 20 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #53149d hue: 0.74 , saturation: 0.77 and the lightness value of 53149d is 0.35.

The process color (four color CMYK) of #53149d color hex is 0.47, 0.87, 0.00, 0.38. Web safe color of #53149d is #660099. Color #53149d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 10011101
Octal 123 24 235
Decimal 83 20 157
Hex 53 14 9D

RGB Percentages of Color #53149d

%31.92
%7.69
%60.38

CMYK Percentages of Color #53149d

%47
%87
%0
%38

Triadic Colors of #53149d

#53149d #9d5314 #149d53

Analogous Colors of #53149d

#53149d #98149d #141a9d

Monochromatic Colors of #53149d

#53149d

Complementary Color

#53149d #5e9d14

#53149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53149d Color CSS Codes

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

#53149d Text Font Color

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

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


#53149d Background Color

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

This div background color is #53149d


#53149d Border Color

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

This div border color is #53149d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53149d


Comments

No comments written yet.

Please login to write comment.