Color Hex Logo

#48416f Color Hex

#48416F
(72,65,111)
0 Favorites   0 Comments

Color spaces of #48416f

RGB 7265111
HSL0.690.260.35
HSV249°41°44°
CMYK 0.350.410.00   0.56
XYZ7.43206.306015.8644
Yxy6.30600.25110.2130
Hunter Lab25.11188.8828-19.8784
CIE-Lab30.171714.7929-25.6345

#48416f color RGB value is (72,65,111).

#48416f hex color red value is 72, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #48416f hue: 0.69 , saturation: 0.26 and the lightness value of 48416f is 0.35.

The process color (four color CMYK) of #48416f color hex is 0.35, 0.41, 0.00, 0.56. Web safe color of #48416f is #333366. Color #48416f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000001 01101111
Octal 110 101 157
Decimal 72 65 111
Hex 48 41 6F

RGB Percentages of Color #48416f

%29.03
%26.21
%44.76

CMYK Percentages of Color #48416f

%35
%41
%0
%56

Triadic Colors of #48416f

#48416f #6f4841 #416f48

Analogous Colors of #48416f

#48416f #5f416f #41516f

Monochromatic Colors of #48416f

#48416f

Complementary Color

#48416f #686f41

#48416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48416f Color CSS Codes

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

#48416f Text Font Color

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

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


#48416f Background Color

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

This div background color is #48416f


#48416f Border Color

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

This div border color is #48416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48416f


Comments

No comments written yet.

Please login to write comment.