Color Hex Logo

#48135f Color Hex

#48135F
(72,19,95)
0 Favorites   0 Comments

Color spaces of #48135f

RGB 721995
HSL0.780.670.22
HSV282°80°37°
CMYK 0.240.800.00   0.63
XYZ4.97092.669711.0798
Yxy2.66970.26550.1426
Hunter Lab16.339225.7116-28.7677
CIE-Lab18.669337.5463-33.5981

#48135f color RGB value is (72,19,95).

#48135f hex color red value is 72, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #48135f hue: 0.78 , saturation: 0.67 and the lightness value of 48135f is 0.22.

The process color (four color CMYK) of #48135f color hex is 0.24, 0.80, 0.00, 0.63. Web safe color of #48135f is #330066. Color #48135f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 01011111
Octal 110 23 137
Decimal 72 19 95
Hex 48 13 5F

RGB Percentages of Color #48135f

%38.71
%10.22
%51.08

CMYK Percentages of Color #48135f

%24
%80
%0
%63

Triadic Colors of #48135f

#48135f #5f4813 #135f48

Analogous Colors of #48135f

#48135f #5f1350 #22135f

Monochromatic Colors of #48135f

#48135f

Complementary Color

#48135f #2a5f13

#48135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48135f Color CSS Codes

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

#48135f Text Font Color

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

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


#48135f Background Color

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

This div background color is #48135f


#48135f Border Color

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

This div border color is #48135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48135f


Comments

No comments written yet.

Please login to write comment.