Color Hex Logo

#480335 Color Hex

#480335
(72,3,53)
0 Favorites   0 Comments

Color spaces of #480335

RGB 72353
HSL0.880.920.15
HSV317°96°28°
CMYK 0.000.960.26   0.72
XYZ3.34771.69993.5198
Yxy1.69990.39070.1984
Hunter Lab13.038023.0159-6.8796
CIE-Lab13.826335.3361-12.2866

#480335 color RGB value is (72,3,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 00110101
Octal 110 3 65
Decimal 72 3 53
Hex 48 3 35

RGB Percentages of Color #480335

%56.25
%2.34
%41.41

CMYK Percentages of Color #480335

%0
%96
%26
%72

Triadic Colors of #480335

#480335 #354803 #033548

Analogous Colors of #480335

#480335 #480313 #390348

Monochromatic Colors of #480335

#480335

Complementary Color

#480335 #034816

#480335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480335 Color CSS Codes

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

#480335 Text Font Color

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

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


#480335 Background Color

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

This div background color is #480335


#480335 Border Color

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

This div border color is #480335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480335


Comments

No comments written yet.

Please login to write comment.