Color Hex Logo

#48099d Color Hex

#48099D
(72,9,157)
0 Favorites   0 Comments

Color spaces of #48099d

RGB 729157
HSL0.740.890.33
HSV266°94°62°
CMYK 0.540.940.00   0.38
XYZ8.85604.007432.2050
Yxy4.00740.19650.0889
Hunter Lab20.018543.9344-81.3706
CIE-Lab23.695955.5717-64.8141

#48099d color RGB value is (72,9,157).

#48099d hex color red value is 72, green value is 9 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #48099d hue: 0.74 , saturation: 0.89 and the lightness value of 48099d is 0.33.

The process color (four color CMYK) of #48099d color hex is 0.54, 0.94, 0.00, 0.38. Web safe color of #48099d is #330099. Color #48099d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001001 10011101
Octal 110 11 235
Decimal 72 9 157
Hex 48 9 9D

RGB Percentages of Color #48099d

%30.25
%3.78
%65.97

CMYK Percentages of Color #48099d

%54
%94
%0
%38

Triadic Colors of #48099d

#48099d #9d4809 #099d48

Analogous Colors of #48099d

#48099d #92099d #09149d

Monochromatic Colors of #48099d

#48099d

Complementary Color

#48099d #5e9d09

#48099d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48099d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48099d Color CSS Codes

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

#48099d Text Font Color

<p style="color:#48099d">Text here</p>

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


#48099d Background Color

<div style="background-color:#48099d">
Div content here</div>

This div background color is #48099d


#48099d Border Color

<div style="border:3px solid #48099d">
Div here</div>

This div border color is #48099d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,9,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48099d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48099d;
  -webkit-box-shadow: 1px 1px 3px 2px #48099d;
  box-shadow:         1px 1px 3px 2px #48099d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48099d


Comments

No comments written yet.

Please login to write comment.