Color Hex Logo

#48107f Color Hex

#48107F
(72,16,127)
0 Favorites   0 Comments

Color spaces of #48107f

RGB 7216127
HSL0.750.780.28
HSV270°87°50°
CMYK 0.430.870.00   0.50
XYZ6.68853.280620.3594
Yxy3.28060.22050.1082
Hunter Lab18.112434.2192-53.9666
CIE-Lab21.134346.3653-50.3416

#48107f color RGB value is (72,16,127).

#48107f hex color red value is 72, green value is 16 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #48107f hue: 0.75 , saturation: 0.78 and the lightness value of 48107f is 0.28.

The process color (four color CMYK) of #48107f color hex is 0.43, 0.87, 0.00, 0.50. Web safe color of #48107f is #330066. Color #48107f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010000 01111111
Octal 110 20 177
Decimal 72 16 127
Hex 48 10 7F

RGB Percentages of Color #48107f

%33.49
%7.44
%59.07

CMYK Percentages of Color #48107f

%43
%87
%0
%50

Triadic Colors of #48107f

#48107f #7f4810 #107f48

Analogous Colors of #48107f

#48107f #7f107f #11107f

Monochromatic Colors of #48107f

#48107f

Complementary Color

#48107f #477f10

#48107f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48107f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48107f Color CSS Codes

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

#48107f Text Font Color

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

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


#48107f Background Color

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

This div background color is #48107f


#48107f Border Color

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

This div border color is #48107f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48107f


Comments

No comments written yet.

Please login to write comment.