Color Hex Logo

#8d2250 Color Hex

#8D2250
(141,34,80)
0 Favorites   0 Comments

Color spaces of #8d2250

RGB 1413480
HSL0.930.610.34
HSV334°76°55°
CMYK 0.000.760.43   0.45
XYZ13.00457.38608.3296
Yxy7.38600.45280.2572
Hunter Lab27.177237.85350.8521
CIE-Lab32.670047.8607-0.9883

#8d2250 color RGB value is (141,34,80).

#8d2250 hex color red value is 141, green value is 34 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #8d2250 hue: 0.93 , saturation: 0.61 and the lightness value of 8d2250 is 0.34.

The process color (four color CMYK) of #8d2250 color hex is 0.00, 0.76, 0.43, 0.45. Web safe color of #8d2250 is #993366. Color #8d2250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00100010 01010000
Octal 215 42 120
Decimal 141 34 80
Hex 8D 22 50

RGB Percentages of Color #8d2250

%55.29
%13.33
%31.37

CMYK Percentages of Color #8d2250

%0
%76
%43
%45

Triadic Colors of #8d2250

#8d2250 #508d22 #22508d

Analogous Colors of #8d2250

#8d2250 #8d2922 #8d2286

Monochromatic Colors of #8d2250

#8d2250

Complementary Color

#8d2250 #228d5f

#8d2250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d2250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d2250 Color CSS Codes

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

#8d2250 Text Font Color

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

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


#8d2250 Background Color

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

This div background color is #8d2250


#8d2250 Border Color

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

This div border color is #8d2250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d2250


Comments

No comments written yet.

Please login to write comment.