Color Hex Logo

#48010a Color Hex

#48010A
(72,1,10)
0 Favorites   0 Comments

Color spaces of #48010a

RGB 72110
HSL0.980.970.14
HSV352°99°28°
CMYK 0.000.990.86   0.72
XYZ2.73811.42130.4172
Yxy1.42130.59830.3106
Hunter Lab11.921820.13316.2704
CIE-Lab12.098732.160614.8925

#48010a color RGB value is (72,1,10).

#48010a hex color red value is 72, green value is 1 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #48010a hue: 0.98 , saturation: 0.97 and the lightness value of 48010a is 0.14.

The process color (four color CMYK) of #48010a color hex is 0.00, 0.99, 0.86, 0.72. Web safe color of #48010a is #330000. Color #48010a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000001 00001010
Octal 110 1 12
Decimal 72 1 10
Hex 48 1 A

RGB Percentages of Color #48010a

%86.75
%1.20
%12.05

CMYK Percentages of Color #48010a

%0
%99
%86
%72

Triadic Colors of #48010a

#48010a #0a4801 #010a48

Analogous Colors of #48010a

#48010a #481c01 #48012e

Monochromatic Colors of #48010a

#48010a

Complementary Color

#48010a #01483f

#48010a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48010a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48010a Color CSS Codes

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

#48010a Text Font Color

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

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


#48010a Background Color

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

This div background color is #48010a


#48010a Border Color

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

This div border color is #48010a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48010a


Comments

No comments written yet.

Please login to write comment.