Color Hex Logo

#8a0955 Color Hex

#8A0955
(138,9,85)
0 Favorites   0 Comments

Color spaces of #8a0955

RGB 138985
HSL0.900.880.29
HSV325°93°54°
CMYK 0.000.930.38   0.46
XYZ12.21866.25459.1576
Yxy6.25450.44220.2264
Hunter Lab25.009043.4437-4.2041
CIE-Lab30.045753.8740-8.2378

#8a0955 color RGB value is (138,9,85).

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

The process color (four color CMYK) of #8a0955 color hex is 0.00, 0.93, 0.38, 0.46. Web safe color of #8a0955 is #990066. Color #8a0955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00001001 01010101
Octal 212 11 125
Decimal 138 9 85
Hex 8A 9 55

RGB Percentages of Color #8a0955

%59.48
%3.88
%36.64

CMYK Percentages of Color #8a0955

%0
%93
%38
%46

Triadic Colors of #8a0955

#8a0955 #558a09 #09558a

Analogous Colors of #8a0955

#8a0955 #8a0914 #7f098a

Monochromatic Colors of #8a0955

#8a0955

Complementary Color

#8a0955 #098a3e

#8a0955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a0955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a0955 Color CSS Codes

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

#8a0955 Text Font Color

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

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


#8a0955 Background Color

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

This div background color is #8a0955


#8a0955 Border Color

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

This div border color is #8a0955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8a0955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a0955


Comments

No comments written yet.

Please login to write comment.