Color Hex Logo

#48358a Color Hex

#48358A
(72,53,138)
0 Favorites   0 Comments

Color spaces of #48358a

RGB 7253138
HSL0.700.450.37
HSV253°62°54°
CMYK 0.480.620.00   0.46
XYZ8.53305.758924.7066
Yxy5.75890.21880.1477
Hunter Lab23.997721.4743-44.2430
CIE-Lab28.795930.7991-44.7530

#48358a color RGB value is (72,53,138).

#48358a hex color red value is 72, green value is 53 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #48358a hue: 0.70 , saturation: 0.45 and the lightness value of 48358a is 0.37.

The process color (four color CMYK) of #48358a color hex is 0.48, 0.62, 0.00, 0.46. Web safe color of #48358a is #333399. Color #48358a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110101 10001010
Octal 110 65 212
Decimal 72 53 138
Hex 48 35 8A

RGB Percentages of Color #48358a

%27.38
%20.15
%52.47

CMYK Percentages of Color #48358a

%48
%62
%0
%46

Triadic Colors of #48358a

#48358a #8a4835 #358a48

Analogous Colors of #48358a

#48358a #73358a #354c8a

Monochromatic Colors of #48358a

#48358a

Complementary Color

#48358a #778a35

#48358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48358a Color CSS Codes

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

#48358a Text Font Color

<p style="color:#48358a">Text here</p>

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


#48358a Background Color

<div style="background-color:#48358a">
Div content here</div>

This div background color is #48358a


#48358a Border Color

<div style="border:3px solid #48358a">
Div here</div>

This div border color is #48358a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,53,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48358a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48358a;
  -webkit-box-shadow: 1px 1px 3px 2px #48358a;
  box-shadow:         1px 1px 3px 2px #48358a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,53,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48358a


Comments

No comments written yet.

Please login to write comment.