Color Hex Logo

#8128d1 Color Hex

#8128D1
(129,40,209)
0 Favorites   0 Comments

Color spaces of #8128d1

RGB 12940209
HSL0.750.680.49
HSV272°81°82°
CMYK 0.380.810.00   0.18
XYZ21.320710.788261.2802
Yxy10.78820.22830.1155
Hunter Lab32.845458.3890-87.6266
CIE-Lab39.221465.7789-69.9171

#8128d1 color RGB value is (129,40,209).

#8128d1 hex color red value is 129, green value is 40 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #8128d1 hue: 0.75 , saturation: 0.68 and the lightness value of 8128d1 is 0.49.

The process color (four color CMYK) of #8128d1 color hex is 0.38, 0.81, 0.00, 0.18. Web safe color of #8128d1 is #9933cc. Color #8128d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101000 11010001
Octal 201 50 321
Decimal 129 40 209
Hex 81 28 D1

RGB Percentages of Color #8128d1

%34.13
%10.58
%55.29

CMYK Percentages of Color #8128d1

%38
%81
%0
%18

Triadic Colors of #8128d1

#8128d1 #d18128 #28d181

Analogous Colors of #8128d1

#8128d1 #d128cd #2d28d1

Monochromatic Colors of #8128d1

#8128d1

Complementary Color

#8128d1 #78d128

#8128d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8128d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8128d1 Color CSS Codes

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

#8128d1 Text Font Color

<p style="color:#8128d1">Text here</p>

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


#8128d1 Background Color

<div style="background-color:#8128d1">
Div content here</div>

This div background color is #8128d1


#8128d1 Border Color

<div style="border:3px solid #8128d1">
Div here</div>

This div border color is #8128d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,40,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8128d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8128d1;
  -webkit-box-shadow: 1px 1px 3px 2px #8128d1;
  box-shadow:         1px 1px 3px 2px #8128d1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,40,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8128d1


Comments

No comments written yet.

Please login to write comment.