Color Hex Logo

#48124e Color Hex

#48124E
(72,18,78)
0 Favorites   0 Comments

Color spaces of #48124e

RGB 721878
HSL0.820.630.19
HSV294°77°31°
CMYK 0.080.770.00   0.69
XYZ4.26392.36047.4386
Yxy2.36040.30320.1678
Hunter Lab15.363622.6533-17.9520
CIE-Lab17.275134.2340-24.3890

#48124e color RGB value is (72,18,78).

#48124e hex color red value is 72, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48124e hue: 0.82 , saturation: 0.63 and the lightness value of 48124e is 0.19.

The process color (four color CMYK) of #48124e color hex is 0.08, 0.77, 0.00, 0.69. Web safe color of #48124e is #330066. Color #48124e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 01001110
Octal 110 22 116
Decimal 72 18 78
Hex 48 12 4E

RGB Percentages of Color #48124e

%42.86
%10.71
%46.43

CMYK Percentages of Color #48124e

%8
%77
%0
%69

Triadic Colors of #48124e

#48124e #4e4812 #124e48

Analogous Colors of #48124e

#48124e #4e1236 #2a124e

Monochromatic Colors of #48124e

#48124e

Complementary Color

#48124e #184e12

#48124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48124e Color CSS Codes

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

#48124e Text Font Color

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

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


#48124e Background Color

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

This div background color is #48124e


#48124e Border Color

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

This div border color is #48124e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48124e


Comments

No comments written yet.

Please login to write comment.