Color Hex Logo

#8d2328 Color Hex

#8D2328
(141,35,40)
0 Favorites   0 Comments

Color spaces of #8d2328

RGB 1413540
HSL0.990.600.35
HSV357°75°55°
CMYK 0.000.750.72   0.45
XYZ11.96857.01802.7313
Yxy7.01800.55110.3231
Hunter Lab26.491534.283712.4312
CIE-Lab31.847944.372423.9500

#8d2328 color RGB value is (141,35,40).

#8d2328 hex color red value is 141, green value is 35 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #8d2328 hue: 0.99 , saturation: 0.60 and the lightness value of 8d2328 is 0.35.

The process color (four color CMYK) of #8d2328 color hex is 0.00, 0.75, 0.72, 0.45. Web safe color of #8d2328 is #993333. Color #8d2328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100011 00101000
Octal 215 43 50
Decimal 141 35 40
Hex 8D 23 28

RGB Percentages of Color #8d2328

%65.28
%16.20
%18.52

CMYK Percentages of Color #8d2328

%0
%75
%72
%45

Triadic Colors of #8d2328

#8d2328 #288d23 #23288d

Analogous Colors of #8d2328

#8d2328 #8d5323 #8d235d

Monochromatic Colors of #8d2328

#8d2328

Complementary Color

#8d2328 #238d88

#8d2328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2328 Color CSS Codes

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

#8d2328 Text Font Color

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

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


#8d2328 Background Color

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

This div background color is #8d2328


#8d2328 Border Color

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

This div border color is #8d2328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,35,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d2328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d2328;
  -webkit-box-shadow: 1px 1px 3px 2px #8d2328;
  box-shadow:         1px 1px 3px 2px #8d2328; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2328


Comments

No comments written yet.

Please login to write comment.