Color Hex Logo

#480925 Color Hex

#480925
(72,9,37)
0 Favorites   0 Comments

Color spaces of #480925

RGB 72937
HSL0.930.780.16
HSV333°88°28°
CMYK 0.000.880.49   0.72
XYZ3.10411.70671.9161
Yxy1.70670.46140.2537
Hunter Lab13.064119.55050.4488
CIE-Lab13.866031.0890-0.5284

#480925 color RGB value is (72,9,37).

#480925 hex color red value is 72, green value is 9 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #480925 hue: 0.93 , saturation: 0.78 and the lightness value of 480925 is 0.16.

The process color (four color CMYK) of #480925 color hex is 0.00, 0.88, 0.49, 0.72. Web safe color of #480925 is #330033. Color #480925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001001 00100101
Octal 110 11 45
Decimal 72 9 37
Hex 48 9 25

RGB Percentages of Color #480925

%61.02
%7.63
%31.36

CMYK Percentages of Color #480925

%0
%88
%49
%72

Triadic Colors of #480925

#480925 #254809 #092548

Analogous Colors of #480925

#480925 #480d09 #480945

Monochromatic Colors of #480925

#480925

Complementary Color

#480925 #09482c

#480925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480925 Color CSS Codes

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

#480925 Text Font Color

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

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


#480925 Background Color

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

This div background color is #480925


#480925 Border Color

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

This div border color is #480925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480925


Comments

No comments written yet.

Please login to write comment.