Color Hex Logo

#48108b Color Hex

#48108B
(72,16,139)
0 Favorites   0 Comments

Color spaces of #48108b

RGB 7216139
HSL0.740.790.30
HSV267°88°55°
CMYK 0.480.880.00   0.45
XYZ7.51803.612424.7271
Yxy3.61240.20970.1007
Hunter Lab19.006337.3451-63.8315
CIE-Lab22.346349.3447-55.9067

#48108b color RGB value is (72,16,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 10001011
Octal 110 20 213
Decimal 72 16 139
Hex 48 10 8B

RGB Percentages of Color #48108b

%31.72
%7.05
%61.23

CMYK Percentages of Color #48108b

%48
%88
%0
%45

Triadic Colors of #48108b

#48108b #8b4810 #108b48

Analogous Colors of #48108b

#48108b #86108b #10168b

Monochromatic Colors of #48108b

#48108b

Complementary Color

#48108b #538b10

#48108b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48108b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48108b Color CSS Codes

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

#48108b Text Font Color

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

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


#48108b Background Color

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

This div background color is #48108b


#48108b Border Color

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

This div border color is #48108b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,16,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 #48108b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48108b


Comments

No comments written yet.

Please login to write comment.