Color Hex Logo

#48109a Color Hex

#48109A
(72,16,154)
0 Favorites   0 Comments

Color spaces of #48109a

RGB 7216154
HSL0.730.810.33
HSV264°90°60°
CMYK 0.530.900.00   0.40
XYZ8.69054.081430.9016
Yxy4.08140.19900.0935
Hunter Lab20.202541.4310-76.5479
CIE-Lab23.938753.1040-62.5729

#48109a color RGB value is (72,16,154).

#48109a hex color red value is 72, green value is 16 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #48109a hue: 0.73 , saturation: 0.81 and the lightness value of 48109a is 0.33.

The process color (four color CMYK) of #48109a color hex is 0.53, 0.90, 0.00, 0.40. Web safe color of #48109a is #330099. Color #48109a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 10011010
Octal 110 20 232
Decimal 72 16 154
Hex 48 10 9A

RGB Percentages of Color #48109a

%29.75
%6.61
%63.64

CMYK Percentages of Color #48109a

%53
%90
%0
%40

Triadic Colors of #48109a

#48109a #9a4810 #109a48

Analogous Colors of #48109a

#48109a #8d109a #101d9a

Monochromatic Colors of #48109a

#48109a

Complementary Color

#48109a #629a10

#48109a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48109a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48109a Color CSS Codes

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

#48109a Text Font Color

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

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


#48109a Background Color

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

This div background color is #48109a


#48109a Border Color

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

This div border color is #48109a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48109a


Comments

No comments written yet.

Please login to write comment.