Color Hex Logo

#48064f Color Hex

#48064F
(72,6,79)
0 Favorites   0 Comments

Color spaces of #48064f

RGB 72679
HSL0.820.860.17
HSV294°92°31°
CMYK 0.090.920.00   0.69
XYZ4.14892.07257.5785
Yxy2.07250.30060.1502
Hunter Lab14.396226.2494-21.1344
CIE-Lab15.863238.7081-27.3327

#48064f color RGB value is (72,6,79).

#48064f hex color red value is 72, green value is 6 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #48064f hue: 0.82 , saturation: 0.86 and the lightness value of 48064f is 0.17.

The process color (four color CMYK) of #48064f color hex is 0.09, 0.92, 0.00, 0.69. Web safe color of #48064f is #330066. Color #48064f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 01001111
Octal 110 6 117
Decimal 72 6 79
Hex 48 6 4F

RGB Percentages of Color #48064f

%45.86
%3.82
%50.32

CMYK Percentages of Color #48064f

%9
%92
%0
%69

Triadic Colors of #48064f

#48064f #4f4806 #064f48

Analogous Colors of #48064f

#48064f #4f0632 #23064f

Monochromatic Colors of #48064f

#48064f

Complementary Color

#48064f #0d4f06

#48064f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48064f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48064f Color CSS Codes

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

#48064f Text Font Color

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

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


#48064f Background Color

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

This div background color is #48064f


#48064f Border Color

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

This div border color is #48064f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48064f


Comments

No comments written yet.

Please login to write comment.