Color Hex Logo

#48329a Color Hex

#48329A
(72,50,154)
0 Favorites   0 Comments

Color spaces of #48329a

RGB 7250154
HSL0.700.510.40
HSV253°68°60°
CMYK 0.530.680.00   0.40
XYZ9.64585.992031.2200
Yxy5.99200.20590.1279
Hunter Lab24.478627.5006-58.4836
CIE-Lab29.392337.5659-53.6201

#48329a color RGB value is (72,50,154).

#48329a hex color red value is 72, green value is 50 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #48329a hue: 0.70 , saturation: 0.51 and the lightness value of 48329a is 0.40.

The process color (four color CMYK) of #48329a color hex is 0.53, 0.68, 0.00, 0.40. Web safe color of #48329a is #333399. Color #48329a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110010 10011010
Octal 110 62 232
Decimal 72 50 154
Hex 48 32 9A

RGB Percentages of Color #48329a

%26.09
%18.12
%55.80

CMYK Percentages of Color #48329a

%53
%68
%0
%40

Triadic Colors of #48329a

#48329a #9a4832 #329a48

Analogous Colors of #48329a

#48329a #7c329a #32509a

Monochromatic Colors of #48329a

#48329a

Complementary Color

#48329a #849a32

#48329a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48329a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48329a Color CSS Codes

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

#48329a Text Font Color

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

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


#48329a Background Color

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

This div background color is #48329a


#48329a Border Color

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

This div border color is #48329a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48329a


Comments

No comments written yet.

Please login to write comment.