Color Hex Logo

#8129fd Color Hex

#8129FD
(129,41,253)
0 Favorites   0 Comments

Color spaces of #8129fd

RGB 12941253
HSL0.740.980.58
HSV265°84°99°
CMYK 0.490.840.00   0.01
XYZ27.575813.344994.0509
Yxy13.34490.20430.0989
Hunter Lab36.530770.8151-127.0750
CIE-Lab43.278475.4937-88.2678

#8129fd color RGB value is (129,41,253).

#8129fd hex color red value is 129, green value is 41 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8129fd hue: 0.74 , saturation: 0.98 and the lightness value of 8129fd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101001 11111101
Octal 201 51 375
Decimal 129 41 253
Hex 81 29 FD

RGB Percentages of Color #8129fd

%30.50
%9.69
%59.81

CMYK Percentages of Color #8129fd

%49
%84
%0
%1

Triadic Colors of #8129fd

#8129fd #fd8129 #29fd81

Analogous Colors of #8129fd

#8129fd #eb29fd #293bfd

Monochromatic Colors of #8129fd

#8129fd

Complementary Color

#8129fd #a5fd29

#8129fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8129fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8129fd Color CSS Codes

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

#8129fd Text Font Color

<p style="color:#8129fd">Text here</p>

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


#8129fd Background Color

<div style="background-color:#8129fd">
Div content here</div>

This div background color is #8129fd


#8129fd Border Color

<div style="border:3px solid #8129fd">
Div here</div>

This div border color is #8129fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,41,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8129fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8129fd;
  -webkit-box-shadow: 1px 1px 3px 2px #8129fd;
  box-shadow:         1px 1px 3px 2px #8129fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8129fd


Comments

No comments written yet.

Please login to write comment.