Color Hex Logo

#480630 Color Hex

#480630
(72,6,48)
0 Favorites   0 Comments

Color spaces of #480630

RGB 72648
HSL0.890.850.15
HSV322°92°28°
CMYK 0.000.920.33   0.72
XYZ3.27111.72142.9562
Yxy1.72140.41150.2166
Hunter Lab13.120221.5428-4.1749
CIE-Lab13.951533.5366-8.4706

#480630 color RGB value is (72,6,48).

#480630 hex color red value is 72, green value is 6 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #480630 hue: 0.89 , saturation: 0.85 and the lightness value of 480630 is 0.15.

The process color (four color CMYK) of #480630 color hex is 0.00, 0.92, 0.33, 0.72. Web safe color of #480630 is #330033. Color #480630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000110 00110000
Octal 110 6 60
Decimal 72 6 48
Hex 48 6 30

RGB Percentages of Color #480630

%57.14
%4.76
%38.10

CMYK Percentages of Color #480630

%0
%92
%33
%72

Triadic Colors of #480630

#480630 #304806 #063048

Analogous Colors of #480630

#480630 #48060f #3f0648

Monochromatic Colors of #480630

#480630

Complementary Color

#480630 #06481e

#480630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480630 Color CSS Codes

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

#480630 Text Font Color

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

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


#480630 Background Color

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

This div background color is #480630


#480630 Border Color

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

This div border color is #480630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480630


Comments

No comments written yet.

Please login to write comment.