Color Hex Logo

#48317c Color Hex

#48317C
(72,49,124)
0 Favorites   0 Comments

Color spaces of #48317c

RGB 7249124
HSL0.720.430.34
HSV258°60°49°
CMYK 0.420.600.00   0.51
XYZ7.40895.029619.6491
Yxy5.02960.23090.1567
Hunter Lab22.426819.7224-36.2479
CIE-Lab26.818929.0228-39.1948

#48317c color RGB value is (72,49,124).

#48317c hex color red value is 72, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #48317c hue: 0.72 , saturation: 0.43 and the lightness value of 48317c is 0.34.

The process color (four color CMYK) of #48317c color hex is 0.42, 0.60, 0.00, 0.51. Web safe color of #48317c is #333366. Color #48317c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110001 01111100
Octal 110 61 174
Decimal 72 49 124
Hex 48 31 7C

RGB Percentages of Color #48317c

%29.39
%20.00
%50.61

CMYK Percentages of Color #48317c

%42
%60
%0
%51

Triadic Colors of #48317c

#48317c #7c4831 #317c48

Analogous Colors of #48317c

#48317c #6e317c #31407c

Monochromatic Colors of #48317c

#48317c

Complementary Color

#48317c #657c31

#48317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48317c Color CSS Codes

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

#48317c Text Font Color

<p style="color:#48317c">Text here</p>

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


#48317c Background Color

<div style="background-color:#48317c">
Div content here</div>

This div background color is #48317c


#48317c Border Color

<div style="border:3px solid #48317c">
Div here</div>

This div border color is #48317c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,49,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48317c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48317c;
  -webkit-box-shadow: 1px 1px 3px 2px #48317c;
  box-shadow:         1px 1px 3px 2px #48317c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48317c


Comments

No comments written yet.

Please login to write comment.