Color Hex Logo

#48127e Color Hex

#48127E
(72,18,126)
0 Favorites   0 Comments

Color spaces of #48127e

RGB 7218126
HSL0.750.750.28
HSV270°86°49°
CMYK 0.430.860.00   0.51
XYZ6.65473.316720.0281
Yxy3.31670.22180.1106
Hunter Lab18.211833.3543-52.4548
CIE-Lab21.270145.4320-49.4839

#48127e color RGB value is (72,18,126).

#48127e hex color red value is 72, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #48127e hue: 0.75 , saturation: 0.75 and the lightness value of 48127e is 0.28.

The process color (four color CMYK) of #48127e color hex is 0.43, 0.86, 0.00, 0.51. Web safe color of #48127e is #330066. Color #48127e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 01111110
Octal 110 22 176
Decimal 72 18 126
Hex 48 12 7E

RGB Percentages of Color #48127e

%33.33
%8.33
%58.33

CMYK Percentages of Color #48127e

%43
%86
%0
%51

Triadic Colors of #48127e

#48127e #7e4812 #127e48

Analogous Colors of #48127e

#48127e #7e127e #12127e

Monochromatic Colors of #48127e

#48127e

Complementary Color

#48127e #487e12

#48127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48127e Color CSS Codes

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

#48127e Text Font Color

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

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


#48127e Background Color

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

This div background color is #48127e


#48127e Border Color

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

This div border color is #48127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48127e


Comments

No comments written yet.

Please login to write comment.