Color Hex Logo

#480355 Color Hex

#480355
(72,3,85)
0 Favorites   0 Comments

Color spaces of #480355

RGB 72385
HSL0.810.930.17
HSV290°96°33°
CMYK 0.150.960.00   0.67
XYZ4.34472.09878.7704
Yxy2.09870.28560.1379
Hunter Lab14.486928.1811-25.7535
CIE-Lab15.996940.8588-31.2069

#480355 color RGB value is (72,3,85).

#480355 hex color red value is 72, green value is 3 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #480355 hue: 0.81 , saturation: 0.93 and the lightness value of 480355 is 0.17.

The process color (four color CMYK) of #480355 color hex is 0.15, 0.96, 0.00, 0.67. Web safe color of #480355 is #330066. Color #480355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 01010101
Octal 110 3 125
Decimal 72 3 85
Hex 48 3 55

RGB Percentages of Color #480355

%45.00
%1.88
%53.13

CMYK Percentages of Color #480355

%15
%96
%0
%67

Triadic Colors of #480355

#480355 #554803 #035548

Analogous Colors of #480355

#480355 #550339 #1f0355

Monochromatic Colors of #480355

#480355

Complementary Color

#480355 #105503

#480355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480355 Color CSS Codes

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

#480355 Text Font Color

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

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


#480355 Background Color

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

This div background color is #480355


#480355 Border Color

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

This div border color is #480355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480355


Comments

No comments written yet.

Please login to write comment.