Color Hex Logo

#8c299a Color Hex

#8C299A
(140,41,154)
0 Favorites   0 Comments

Color spaces of #8c299a

RGB 14041154
HSL0.810.580.38
HSV293°73°60°
CMYK 0.090.730.00   0.40
XYZ17.44099.494431.4852
Yxy9.49440.29850.1625
Hunter Lab30.813047.1126-39.0144
CIE-Lab36.919356.0274-41.0149

#8c299a color RGB value is (140,41,154).

#8c299a hex color red value is 140, green value is 41 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8c299a hue: 0.81 , saturation: 0.58 and the lightness value of 8c299a is 0.38.

The process color (four color CMYK) of #8c299a color hex is 0.09, 0.73, 0.00, 0.40. Web safe color of #8c299a is #993399. Color #8c299a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101001 10011010
Octal 214 51 232
Decimal 140 41 154
Hex 8C 29 9A

RGB Percentages of Color #8c299a

%41.79
%12.24
%45.97

CMYK Percentages of Color #8c299a

%9
%73
%0
%40

Triadic Colors of #8c299a

#8c299a #9a8c29 #299a8c

Analogous Colors of #8c299a

#8c299a #9a2970 #54299a

Monochromatic Colors of #8c299a

#8c299a

Complementary Color

#8c299a #379a29

#8c299a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c299a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c299a Color CSS Codes

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

#8c299a Text Font Color

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

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


#8c299a Background Color

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

This div background color is #8c299a


#8c299a Border Color

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

This div border color is #8c299a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c299a


Comments

No comments written yet.

Please login to write comment.