Color Hex Logo

#48329b Color Hex

#48329B
(72,50,155)
0 Favorites   0 Comments

Color spaces of #48329b

RGB 7250155
HSL0.700.510.40
HSV253°68°61°
CMYK 0.540.680.00   0.39
XYZ9.72956.025531.6606
Yxy6.02550.20520.1271
Hunter Lab24.546927.7939-59.2895
CIE-Lab29.476737.8746-54.0920

#48329b color RGB value is (72,50,155).

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

The process color (four color CMYK) of #48329b color hex is 0.54, 0.68, 0.00, 0.39. Web safe color of #48329b is #333399. Color #48329b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110010 10011011
Octal 110 62 233
Decimal 72 50 155
Hex 48 32 9B

RGB Percentages of Color #48329b

%25.99
%18.05
%55.96

CMYK Percentages of Color #48329b

%54
%68
%0
%39

Triadic Colors of #48329b

#48329b #9b4832 #329b48

Analogous Colors of #48329b

#48329b #7d329b #32519b

Monochromatic Colors of #48329b

#48329b

Complementary Color

#48329b #859b32

#48329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48329b Color CSS Codes

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

#48329b Text Font Color

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

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


#48329b Background Color

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

This div background color is #48329b


#48329b Border Color

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

This div border color is #48329b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48329b


Comments

No comments written yet.

Please login to write comment.