Color Hex Logo

#8c29dc Color Hex

#8C29DC
(140,41,220)
0 Favorites   0 Comments

Color spaces of #8c29dc

RGB 14041220
HSL0.760.720.51
HSV273°81°86°
CMYK 0.360.810.00   0.14
XYZ24.526412.328668.7971
Yxy12.32860.23210.1167
Hunter Lab35.112163.2391-91.5917
CIE-Lab41.733769.4713-72.0787

#8c29dc color RGB value is (140,41,220).

#8c29dc hex color red value is 140, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8c29dc hue: 0.76 , saturation: 0.72 and the lightness value of 8c29dc is 0.51.

The process color (four color CMYK) of #8c29dc color hex is 0.36, 0.81, 0.00, 0.14. Web safe color of #8c29dc is #9933cc. Color #8c29dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101001 11011100
Octal 214 51 334
Decimal 140 41 220
Hex 8C 29 DC

RGB Percentages of Color #8c29dc

%34.91
%10.22
%54.86

CMYK Percentages of Color #8c29dc

%36
%81
%0
%14

Triadic Colors of #8c29dc

#8c29dc #dc8c29 #29dc8c

Analogous Colors of #8c29dc

#8c29dc #dc29d3 #3329dc

Monochromatic Colors of #8c29dc

#8c29dc

Complementary Color

#8c29dc #79dc29

#8c29dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c29dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c29dc Color CSS Codes

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

#8c29dc Text Font Color

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

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


#8c29dc Background Color

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

This div background color is #8c29dc


#8c29dc Border Color

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

This div border color is #8c29dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c29dc


Comments

No comments written yet.

Please login to write comment.