Color Hex Logo

#53048d Color Hex

#53048D
(83,4,141)
0 Favorites   0 Comments

Color spaces of #53048d

RGB 834141
HSL0.760.940.28
HSV275°97°55°
CMYK 0.410.970.00   0.45
XYZ8.41843.848925.4985
Yxy3.84890.22290.1019
Hunter Lab19.618642.2623-63.3268
CIE-Lab23.165554.0612-55.7501

#53048d color RGB value is (83,4,141).

#53048d hex color red value is 83, green value is 4 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #53048d hue: 0.76 , saturation: 0.94 and the lightness value of 53048d is 0.28.

The process color (four color CMYK) of #53048d color hex is 0.41, 0.97, 0.00, 0.45. Web safe color of #53048d is #660099. Color #53048d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000100 10001101
Octal 123 4 215
Decimal 83 4 141
Hex 53 4 8D

RGB Percentages of Color #53048d

%36.40
%1.75
%61.84

CMYK Percentages of Color #53048d

%41
%97
%0
%45

Triadic Colors of #53048d

#53048d #8d5304 #048d53

Analogous Colors of #53048d

#53048d #8d0483 #0e048d

Monochromatic Colors of #53048d

#53048d

Complementary Color

#53048d #3e8d04

#53048d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53048d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53048d Color CSS Codes

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

#53048d Text Font Color

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

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


#53048d Background Color

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

This div background color is #53048d


#53048d Border Color

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

This div border color is #53048d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53048d


Comments

No comments written yet.

Please login to write comment.