Color Hex Logo

#48086f Color Hex

#48086F
(72,8,111)
0 Favorites   0 Comments

Color spaces of #48086f

RGB 728111
HSL0.770.870.23
HSV277°93°44°
CMYK 0.350.930.00   0.56
XYZ5.62862.699115.2632
Yxy2.69910.23860.1144
Hunter Lab16.428932.4040-43.5827
CIE-Lab18.796144.9072-43.9010

#48086f color RGB value is (72,8,111).

#48086f hex color red value is 72, green value is 8 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #48086f hue: 0.77 , saturation: 0.87 and the lightness value of 48086f is 0.23.

The process color (four color CMYK) of #48086f color hex is 0.35, 0.93, 0.00, 0.56. Web safe color of #48086f is #330066. Color #48086f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001000 01101111
Octal 110 10 157
Decimal 72 8 111
Hex 48 8 6F

RGB Percentages of Color #48086f

%37.70
%4.19
%58.12

CMYK Percentages of Color #48086f

%35
%93
%0
%56

Triadic Colors of #48086f

#48086f #6f4808 #086f48

Analogous Colors of #48086f

#48086f #6f0863 #15086f

Monochromatic Colors of #48086f

#48086f

Complementary Color

#48086f #2f6f08

#48086f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48086f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48086f Color CSS Codes

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

#48086f Text Font Color

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

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


#48086f Background Color

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

This div background color is #48086f


#48086f Border Color

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

This div border color is #48086f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,8,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 #48086f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48086f


Comments

No comments written yet.

Please login to write comment.