Color Hex Logo

#98410a Color Hex

#98410A
(152,65,10)
0 Favorites   0 Comments

Color spaces of #98410a

RGB 1526510
HSL0.060.880.32
HSV23°93°60°
CMYK 0.000.570.93   0.40
XYZ14.894010.47791.5246
Yxy10.47790.55380.3896
Hunter Lab32.369625.485219.8662
CIE-Lab38.686833.844346.0823

#98410a color RGB value is (152,65,10).

#98410a hex color red value is 152, green value is 65 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #98410a hue: 0.06 , saturation: 0.88 and the lightness value of 98410a is 0.32.

The process color (four color CMYK) of #98410a color hex is 0.00, 0.57, 0.93, 0.40. Web safe color of #98410a is #993300. Color #98410a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000001 00001010
Octal 230 101 12
Decimal 152 65 10
Hex 98 41 A

RGB Percentages of Color #98410a

%66.96
%28.63
%4.41

CMYK Percentages of Color #98410a

%0
%57
%93
%40

Triadic Colors of #98410a

#98410a #0a9841 #410a98

Analogous Colors of #98410a

#98410a #98880a #980a1a

Monochromatic Colors of #98410a

#98410a

Complementary Color

#98410a #0a6198

#98410a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98410a Color Preview on White Background

Lorem ipsum dolor sit amet.

#98410a Color CSS Codes

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

#98410a Text Font Color

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

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


#98410a Background Color

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

This div background color is #98410a


#98410a Border Color

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

This div border color is #98410a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,65,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 #98410a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98410a


Comments

No comments written yet.

Please login to write comment.