Color Hex Logo

#8029e1 Color Hex

#8029E1
(128,41,225)
0 Favorites   0 Comments

Color spaces of #8029e1

RGB 12841225
HSL0.750.750.52
HSV268°82°88°
CMYK 0.430.820.00   0.12
XYZ23.285611.611372.2481
Yxy11.61130.21730.1084
Hunter Lab34.075462.3472-101.8566
CIE-Lab40.591668.9330-76.8708

#8029e1 color RGB value is (128,41,225).

#8029e1 hex color red value is 128, green value is 41 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #8029e1 hue: 0.75 , saturation: 0.75 and the lightness value of 8029e1 is 0.52.

The process color (four color CMYK) of #8029e1 color hex is 0.43, 0.82, 0.00, 0.12. Web safe color of #8029e1 is #9933cc. Color #8029e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101001 11100001
Octal 200 51 341
Decimal 128 41 225
Hex 80 29 E1

RGB Percentages of Color #8029e1

%32.49
%10.41
%57.11

CMYK Percentages of Color #8029e1

%43
%82
%0
%12

Triadic Colors of #8029e1

#8029e1 #e18029 #29e180

Analogous Colors of #8029e1

#8029e1 #dc29e1 #292ee1

Monochromatic Colors of #8029e1

#8029e1

Complementary Color

#8029e1 #8ae129

#8029e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8029e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8029e1 Color CSS Codes

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

#8029e1 Text Font Color

<p style="color:#8029e1">Text here</p>

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


#8029e1 Background Color

<div style="background-color:#8029e1">
Div content here</div>

This div background color is #8029e1


#8029e1 Border Color

<div style="border:3px solid #8029e1">
Div here</div>

This div border color is #8029e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,41,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8029e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8029e1;
  -webkit-box-shadow: 1px 1px 3px 2px #8029e1;
  box-shadow:         1px 1px 3px 2px #8029e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8029e1


Comments

No comments written yet.

Please login to write comment.