Color Hex Logo

#48005d Color Hex

#48005D
(72,0,93)
0 Favorites   0 Comments

Color spaces of #48005d

RGB 72093
HSL0.801.000.18
HSV286°100°36°
CMYK 0.231.000.00   0.64
XYZ4.64832.168010.5294
Yxy2.16800.26800.1250
Hunter Lab14.724130.5839-32.0921
CIE-Lab16.345343.4279-36.0326

#48005d color RGB value is (72,0,93).

#48005d hex color red value is 72, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #48005d hue: 0.80 , saturation: 1.00 and the lightness value of 48005d is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000000 01011101
Octal 110 0 135
Decimal 72 0 93
Hex 48 0 5D

RGB Percentages of Color #48005d

%43.64
%0.00
%56.36

CMYK Percentages of Color #48005d

%23
%100
%0
%64

Triadic Colors of #48005d

#48005d #5d4800 #005d48

Analogous Colors of #48005d

#48005d #5d0043 #1a005d

Monochromatic Colors of #48005d

#48005d

Complementary Color

#48005d #155d00

#48005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48005d Color CSS Codes

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

#48005d Text Font Color

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

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


#48005d Background Color

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

This div background color is #48005d


#48005d Border Color

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

This div border color is #48005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48005d


Comments

No comments written yet.

Please login to write comment.