Color Hex Logo

#8c29fc Color Hex

#8C29FC
(140,41,252)
0 Favorites   0 Comments

Color spaces of #8c29fc

RGB 14041252
HSL0.740.970.57
HSV268°84°99°
CMYK 0.440.840.00   0.01
XYZ29.178814.189693.2964
Yxy14.18960.21350.1038
Hunter Lab37.669172.3467-120.4773
CIE-Lab44.503676.5059-85.6446

#8c29fc color RGB value is (140,41,252).

#8c29fc hex color red value is 140, green value is 41 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8c29fc hue: 0.74 , saturation: 0.97 and the lightness value of 8c29fc is 0.57.

The process color (four color CMYK) of #8c29fc color hex is 0.44, 0.84, 0.00, 0.01. Web safe color of #8c29fc is #9933ff. Color #8c29fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00101001 11111100
Octal 214 51 374
Decimal 140 41 252
Hex 8C 29 FC

RGB Percentages of Color #8c29fc

%32.33
%9.47
%58.20

CMYK Percentages of Color #8c29fc

%44
%84
%0
%1

Triadic Colors of #8c29fc

#8c29fc #fc8c29 #29fc8c

Analogous Colors of #8c29fc

#8c29fc #f629fc #2930fc

Monochromatic Colors of #8c29fc

#8c29fc

Complementary Color

#8c29fc #99fc29

#8c29fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c29fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c29fc Color CSS Codes

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

#8c29fc Text Font Color

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

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


#8c29fc Background Color

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

This div background color is #8c29fc


#8c29fc Border Color

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

This div border color is #8c29fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c29fc


Comments

No comments written yet.

Please login to write comment.