Color Hex Logo

#48064d Color Hex

#48064D
(72,6,77)
0 Favorites   0 Comments

Color spaces of #48064d

RGB 72677
HSL0.820.860.16
HSV296°92°30°
CMYK 0.060.920.00   0.70
XYZ4.07722.04387.2008
Yxy2.04380.30610.1534
Hunter Lab14.296225.8891-19.8564
CIE-Lab15.715438.3250-26.1974

#48064d color RGB value is (72,6,77).

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

The process color (four color CMYK) of #48064d color hex is 0.06, 0.92, 0.00, 0.70. Web safe color of #48064d is #330066. Color #48064d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 01001101
Octal 110 6 115
Decimal 72 6 77
Hex 48 6 4D

RGB Percentages of Color #48064d

%46.45
%3.87
%49.68

CMYK Percentages of Color #48064d

%6
%92
%0
%70

Triadic Colors of #48064d

#48064d #4d4806 #064d48

Analogous Colors of #48064d

#48064d #4d062f #24064d

Monochromatic Colors of #48064d

#48064d

Complementary Color

#48064d #0b4d06

#48064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48064d Color CSS Codes

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

#48064d Text Font Color

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

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


#48064d Background Color

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

This div background color is #48064d


#48064d Border Color

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

This div border color is #48064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48064d


Comments

No comments written yet.

Please login to write comment.