Color Hex Logo

#982217 Color Hex

#982217
(152,34,23)
0 Favorites   0 Comments

Color spaces of #982217

RGB 1523423
HSL0.010.740.34
HSV85°60°
CMYK 0.000.780.85   0.40
XYZ13.67567.88131.6111
Yxy7.88130.59030.3402
Hunter Lab28.073737.824316.2490
CIE-Lab33.734447.630236.6487

#982217 color RGB value is (152,34,23).

#982217 hex color red value is 152, green value is 34 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #982217 hue: 0.01 , saturation: 0.74 and the lightness value of 982217 is 0.34.

The process color (four color CMYK) of #982217 color hex is 0.00, 0.78, 0.85, 0.40. Web safe color of #982217 is #993300. Color #982217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100010 00010111
Octal 230 42 27
Decimal 152 34 23
Hex 98 22 17

RGB Percentages of Color #982217

%72.73
%16.27
%11.00

CMYK Percentages of Color #982217

%0
%78
%85
%40

Triadic Colors of #982217

#982217 #179822 #221798

Analogous Colors of #982217

#982217 #986317 #98174d

Monochromatic Colors of #982217

#982217

Complementary Color

#982217 #178d98

#982217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982217 Color CSS Codes

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

#982217 Text Font Color

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

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


#982217 Background Color

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

This div background color is #982217


#982217 Border Color

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

This div border color is #982217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982217


Comments

No comments written yet.

Please login to write comment.