Color Hex Logo

#48155e Color Hex

#48155E
(72,21,94)
0 Favorites   0 Comments

Color spaces of #48155e

RGB 722194
HSL0.780.630.23
HSV282°78°37°
CMYK 0.230.780.00   0.63
XYZ4.96102.722210.8536
Yxy2.72220.26760.1469
Hunter Lab16.499124.7985-27.4534
CIE-Lab18.895136.4488-32.5691

#48155e color RGB value is (72,21,94).

#48155e hex color red value is 72, green value is 21 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #48155e hue: 0.78 , saturation: 0.63 and the lightness value of 48155e is 0.23.

The process color (four color CMYK) of #48155e color hex is 0.23, 0.78, 0.00, 0.63. Web safe color of #48155e is #330066. Color #48155e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 01011110
Octal 110 25 136
Decimal 72 21 94
Hex 48 15 5E

RGB Percentages of Color #48155e

%38.50
%11.23
%50.27

CMYK Percentages of Color #48155e

%23
%78
%0
%63

Triadic Colors of #48155e

#48155e #5e4815 #155e48

Analogous Colors of #48155e

#48155e #5e1550 #23155e

Monochromatic Colors of #48155e

#48155e

Complementary Color

#48155e #2b5e15

#48155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48155e Color CSS Codes

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

#48155e Text Font Color

<p style="color:#48155e">Text here</p>

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


#48155e Background Color

<div style="background-color:#48155e">
Div content here</div>

This div background color is #48155e


#48155e Border Color

<div style="border:3px solid #48155e">
Div here</div>

This div border color is #48155e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,21,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48155e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48155e;
  -webkit-box-shadow: 1px 1px 3px 2px #48155e;
  box-shadow:         1px 1px 3px 2px #48155e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48155e


Comments

No comments written yet.

Please login to write comment.