Color Hex Logo

#480237 Color Hex

#480237
(72,2,55)
0 Favorites   0 Comments

Color spaces of #480237

RGB 72255
HSL0.870.950.15
HSV315°97°28°
CMYK 0.000.970.24   0.72
XYZ3.38381.69703.7636
Yxy1.69700.38260.1919
Hunter Lab13.026923.5692-8.0106
CIE-Lab13.809335.9963-13.7541

#480237 color RGB value is (72,2,55).

#480237 hex color red value is 72, green value is 2 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #480237 hue: 0.87 , saturation: 0.95 and the lightness value of 480237 is 0.15.

The process color (four color CMYK) of #480237 color hex is 0.00, 0.97, 0.24, 0.72. Web safe color of #480237 is #330033. Color #480237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000010 00110111
Octal 110 2 67
Decimal 72 2 55
Hex 48 2 37

RGB Percentages of Color #480237

%55.81
%1.55
%42.64

CMYK Percentages of Color #480237

%0
%97
%24
%72

Triadic Colors of #480237

#480237 #374802 #023748

Analogous Colors of #480237

#480237 #480214 #360248

Monochromatic Colors of #480237

#480237

Complementary Color

#480237 #024813

#480237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480237 Color CSS Codes

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

#480237 Text Font Color

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

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


#480237 Background Color

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

This div background color is #480237


#480237 Border Color

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

This div border color is #480237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480237


Comments

No comments written yet.

Please login to write comment.