Color Hex Logo

#48065d Color Hex

#48065D
(72,6,93)
0 Favorites   0 Comments

Color spaces of #48065d

RGB 72693
HSL0.790.880.19
HSV286°94°36°
CMYK 0.230.940.00   0.64
XYZ4.71342.298310.5511
Yxy2.29830.26840.1309
Hunter Lab15.160128.9667-30.6523
CIE-Lab16.980741.5387-35.0001

#48065d color RGB value is (72,6,93).

#48065d hex color red value is 72, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #48065d hue: 0.79 , saturation: 0.88 and the lightness value of 48065d is 0.19.

The process color (four color CMYK) of #48065d color hex is 0.23, 0.94, 0.00, 0.64. Web safe color of #48065d is #330066. Color #48065d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 01011101
Octal 110 6 135
Decimal 72 6 93
Hex 48 6 5D

RGB Percentages of Color #48065d

%42.11
%3.51
%54.39

CMYK Percentages of Color #48065d

%23
%94
%0
%64

Triadic Colors of #48065d

#48065d #5d4806 #065d48

Analogous Colors of #48065d

#48065d #5d0647 #1c065d

Monochromatic Colors of #48065d

#48065d

Complementary Color

#48065d #1b5d06

#48065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48065d Color CSS Codes

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

#48065d Text Font Color

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

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


#48065d Background Color

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

This div background color is #48065d


#48065d Border Color

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

This div border color is #48065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48065d


Comments

No comments written yet.

Please login to write comment.