Color Hex Logo

#982313 Color Hex

#982313
(152,35,19)
0 Favorites   0 Comments

Color spaces of #982313

RGB 1523519
HSL0.020.780.34
HSV88°60°
CMYK 0.000.770.88   0.40
XYZ13.66757.92451.4253
Yxy7.92450.59380.3443
Hunter Lab28.150537.401216.7034
CIE-Lab33.825147.187538.7702

#982313 color RGB value is (152,35,19).

#982313 hex color red value is 152, green value is 35 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #982313 hue: 0.02 , saturation: 0.78 and the lightness value of 982313 is 0.34.

The process color (four color CMYK) of #982313 color hex is 0.00, 0.77, 0.88, 0.40. Web safe color of #982313 is #993300. Color #982313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100011 00010011
Octal 230 43 23
Decimal 152 35 19
Hex 98 23 13

RGB Percentages of Color #982313

%73.79
%16.99
%9.22

CMYK Percentages of Color #982313

%0
%77
%88
%40

Triadic Colors of #982313

#982313 #139823 #231398

Analogous Colors of #982313

#982313 #986613 #981345

Monochromatic Colors of #982313

#982313

Complementary Color

#982313 #138898

#982313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982313 Color CSS Codes

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

#982313 Text Font Color

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

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


#982313 Background Color

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

This div background color is #982313


#982313 Border Color

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

This div border color is #982313


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,35,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982313; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982313;
  -webkit-box-shadow: 1px 1px 3px 2px #982313;
  box-shadow:         1px 1px 3px 2px #982313; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982313


Comments

No comments written yet.

Please login to write comment.