Color Hex Logo

#480158 Color Hex

#480158
(72,1,88)
0 Favorites   0 Comments

Color spaces of #480158

RGB 72188
HSL0.800.980.17
HSV289°99°35°
CMYK 0.180.990.00   0.65
XYZ4.44482.10409.4044
Yxy2.10400.27860.1319
Hunter Lab14.505229.3135-28.2869
CIE-Lab16.023842.1053-33.1936

#480158 color RGB value is (72,1,88).

#480158 hex color red value is 72, green value is 1 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #480158 hue: 0.80 , saturation: 0.98 and the lightness value of 480158 is 0.17.

The process color (four color CMYK) of #480158 color hex is 0.18, 0.99, 0.00, 0.65. Web safe color of #480158 is #330066. Color #480158 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000001 01011000
Octal 110 1 130
Decimal 72 1 88
Hex 48 1 58

RGB Percentages of Color #480158

%44.72
%0.62
%54.66

CMYK Percentages of Color #480158

%18
%99
%0
%65

Triadic Colors of #480158

#480158 #584801 #015848

Analogous Colors of #480158

#480158 #58013d #1c0158

Monochromatic Colors of #480158

#480158

Complementary Color

#480158 #115801

#480158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480158 Color CSS Codes

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

#480158 Text Font Color

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

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


#480158 Background Color

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

This div background color is #480158


#480158 Border Color

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

This div border color is #480158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480158


Comments

No comments written yet.

Please login to write comment.