Color Hex Logo

#48379f Color Hex

#48379F
(72,55,159)
0 Favorites   0 Comments

Color spaces of #48379f

RGB 7255159
HSL0.690.490.42
HSV250°65°62°
CMYK 0.550.650.00   0.38
XYZ10.29676.613333.5347
Yxy6.61330.20410.1311
Hunter Lab25.716326.4670-59.3141
CIE-Lab30.909936.1568-54.1855

#48379f color RGB value is (72,55,159).

#48379f hex color red value is 72, green value is 55 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #48379f hue: 0.69 , saturation: 0.49 and the lightness value of 48379f is 0.42.

The process color (four color CMYK) of #48379f color hex is 0.55, 0.65, 0.00, 0.38. Web safe color of #48379f is #333399. Color #48379f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 10011111
Octal 110 67 237
Decimal 72 55 159
Hex 48 37 9F

RGB Percentages of Color #48379f

%25.17
%19.23
%55.59

CMYK Percentages of Color #48379f

%55
%65
%0
%38

Triadic Colors of #48379f

#48379f #9f4837 #379f48

Analogous Colors of #48379f

#48379f #7c379f #375a9f

Monochromatic Colors of #48379f

#48379f

Complementary Color

#48379f #8e9f37

#48379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48379f Color CSS Codes

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

#48379f Text Font Color

<p style="color:#48379f">Text here</p>

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


#48379f Background Color

<div style="background-color:#48379f">
Div content here</div>

This div background color is #48379f


#48379f Border Color

<div style="border:3px solid #48379f">
Div here</div>

This div border color is #48379f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,55,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48379f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48379f;
  -webkit-box-shadow: 1px 1px 3px 2px #48379f;
  box-shadow:         1px 1px 3px 2px #48379f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48379f


Comments

No comments written yet.

Please login to write comment.