Color Hex Logo

#48148c Color Hex

#48148C
(72,20,140)
0 Favorites   0 Comments

Color spaces of #48148c

RGB 7220140
HSL0.740.750.31
HSV266°86°55°
CMYK 0.490.860.00   0.45
XYZ7.65633.771525.1354
Yxy3.77150.20940.1032
Hunter Lab19.420436.3864-63.1437
CIE-Lab22.901248.2611-55.6179

#48148c color RGB value is (72,20,140).

#48148c hex color red value is 72, green value is 20 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #48148c hue: 0.74 , saturation: 0.75 and the lightness value of 48148c is 0.31.

The process color (four color CMYK) of #48148c color hex is 0.49, 0.86, 0.00, 0.45. Web safe color of #48148c is #330099. Color #48148c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010100 10001100
Octal 110 24 214
Decimal 72 20 140
Hex 48 14 8C

RGB Percentages of Color #48148c

%31.03
%8.62
%60.34

CMYK Percentages of Color #48148c

%49
%86
%0
%45

Triadic Colors of #48148c

#48148c #8c4814 #148c48

Analogous Colors of #48148c

#48148c #84148c #141c8c

Monochromatic Colors of #48148c

#48148c

Complementary Color

#48148c #588c14

#48148c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48148c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48148c Color CSS Codes

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

#48148c Text Font Color

<p style="color:#48148c">Text here</p>

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


#48148c Background Color

<div style="background-color:#48148c">
Div content here</div>

This div background color is #48148c


#48148c Border Color

<div style="border:3px solid #48148c">
Div here</div>

This div border color is #48148c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,20,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48148c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48148c;
  -webkit-box-shadow: 1px 1px 3px 2px #48148c;
  box-shadow:         1px 1px 3px 2px #48148c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48148c


Comments

No comments written yet.

Please login to write comment.