Color Hex Logo

#48047b Color Hex

#48047B
(72,4,123)
0 Favorites   0 Comments

Color spaces of #48047b

RGB 724123
HSL0.760.940.25
HSV274°97°48°
CMYK 0.410.970.00   0.52
XYZ6.29112.894618.9660
Yxy2.89460.22350.1028
Hunter Lab17.013536.2304-54.1847
CIE-Lab19.616748.7346-50.2872

#48047b color RGB value is (72,4,123).

#48047b hex color red value is 72, green value is 4 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #48047b hue: 0.76 , saturation: 0.94 and the lightness value of 48047b is 0.25.

The process color (four color CMYK) of #48047b color hex is 0.41, 0.97, 0.00, 0.52. Web safe color of #48047b is #330066. Color #48047b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000100 01111011
Octal 110 4 173
Decimal 72 4 123
Hex 48 4 7B

RGB Percentages of Color #48047b

%36.18
%2.01
%61.81

CMYK Percentages of Color #48047b

%41
%97
%0
%52

Triadic Colors of #48047b

#48047b #7b4804 #047b48

Analogous Colors of #48047b

#48047b #7b0473 #0d047b

Monochromatic Colors of #48047b

#48047b

Complementary Color

#48047b #377b04

#48047b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48047b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48047b Color CSS Codes

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

#48047b Text Font Color

<p style="color:#48047b">Text here</p>

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


#48047b Background Color

<div style="background-color:#48047b">
Div content here</div>

This div background color is #48047b


#48047b Border Color

<div style="border:3px solid #48047b">
Div here</div>

This div border color is #48047b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,4,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48047b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48047b;
  -webkit-box-shadow: 1px 1px 3px 2px #48047b;
  box-shadow:         1px 1px 3px 2px #48047b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48047b


Comments

No comments written yet.

Please login to write comment.