Color Hex Logo

#480035 Color Hex

#480035
(72,0,53)
0 Favorites   0 Comments

Color spaces of #480035

RGB 72053
HSL0.881.000.14
HSV316°100°28°
CMYK 0.001.000.26   0.72
XYZ3.31511.63483.5090
Yxy1.63480.39190.1933
Hunter Lab12.785923.9056-7.3215
CIE-Lab13.440636.4649-12.8864

#480035 color RGB value is (72,0,53).

#480035 hex color red value is 72, green value is 0 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #480035 hue: 0.88 , saturation: 1.00 and the lightness value of 480035 is 0.14.

The process color (four color CMYK) of #480035 color hex is 0.00, 1.00, 0.26, 0.72. Web safe color of #480035 is #330033. Color #480035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000000 00110101
Octal 110 0 65
Decimal 72 0 53
Hex 48 0 35

RGB Percentages of Color #480035

%57.60
%0.00
%42.40

CMYK Percentages of Color #480035

%0
%100
%26
%72

Triadic Colors of #480035

#480035 #354800 #003548

Analogous Colors of #480035

#480035 #480011 #370048

Monochromatic Colors of #480035

#480035

Complementary Color

#480035 #004813

#480035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480035 Color CSS Codes

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

#480035 Text Font Color

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

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


#480035 Background Color

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

This div background color is #480035


#480035 Border Color

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

This div border color is #480035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480035


Comments

No comments written yet.

Please login to write comment.