Color Hex Logo

#8c0955 Color Hex

#8C0955
(140,9,85)
0 Favorites   0 Comments

Color spaces of #8c0955

RGB 140985
HSL0.900.880.29
HSV325°94°55°
CMYK 0.000.940.39   0.45
XYZ12.55266.42679.1732
Yxy6.42670.44590.2283
Hunter Lab25.350944.0207-3.7083
CIE-Lab30.464454.3477-7.5655

#8c0955 color RGB value is (140,9,85).

#8c0955 hex color red value is 140, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #8c0955 hue: 0.90 , saturation: 0.88 and the lightness value of 8c0955 is 0.29.

The process color (four color CMYK) of #8c0955 color hex is 0.00, 0.94, 0.39, 0.45. Web safe color of #8c0955 is #990066. Color #8c0955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00001001 01010101
Octal 214 11 125
Decimal 140 9 85
Hex 8C 9 55

RGB Percentages of Color #8c0955

%59.83
%3.85
%36.32

CMYK Percentages of Color #8c0955

%0
%94
%39
%45

Triadic Colors of #8c0955

#8c0955 #558c09 #09558c

Analogous Colors of #8c0955

#8c0955 #8c0913 #82098c

Monochromatic Colors of #8c0955

#8c0955

Complementary Color

#8c0955 #098c40

#8c0955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c0955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c0955 Color CSS Codes

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

#8c0955 Text Font Color

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

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


#8c0955 Background Color

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

This div background color is #8c0955


#8c0955 Border Color

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

This div border color is #8c0955


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,9,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c0955; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c0955;
  -webkit-box-shadow: 1px 1px 3px 2px #8c0955;
  box-shadow:         1px 1px 3px 2px #8c0955; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,9,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c0955


Comments

No comments written yet.

Please login to write comment.