Color Hex Logo

#48138b Color Hex

#48138B
(72,19,139)
0 Favorites   0 Comments

Color spaces of #48138b

RGB 7219139
HSL0.740.760.31
HSV267°86°55°
CMYK 0.480.860.00   0.45
XYZ7.56563.707524.7430
Yxy3.70750.21010.1029
Hunter Lab19.254936.4400-62.7108
CIE-Lab22.679948.3589-55.3577

#48138b color RGB value is (72,19,139).

#48138b hex color red value is 72, green value is 19 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #48138b hue: 0.74 , saturation: 0.76 and the lightness value of 48138b is 0.31.

The process color (four color CMYK) of #48138b color hex is 0.48, 0.86, 0.00, 0.45. Web safe color of #48138b is #330099. Color #48138b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 10001011
Octal 110 23 213
Decimal 72 19 139
Hex 48 13 8B

RGB Percentages of Color #48138b

%31.30
%8.26
%60.43

CMYK Percentages of Color #48138b

%48
%86
%0
%45

Triadic Colors of #48138b

#48138b #8b4813 #138b48

Analogous Colors of #48138b

#48138b #84138b #131a8b

Monochromatic Colors of #48138b

#48138b

Complementary Color

#48138b #568b13

#48138b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48138b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48138b Color CSS Codes

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

#48138b Text Font Color

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

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


#48138b Background Color

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

This div background color is #48138b


#48138b Border Color

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

This div border color is #48138b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48138b


Comments

No comments written yet.

Please login to write comment.