Color Hex Logo

#8129cf Color Hex

#8129CF
(129,41,207)
0 Favorites   0 Comments

Color spaces of #8129cf

RGB 12941207
HSL0.760.670.49
HSV272°80°81°
CMYK 0.380.800.00   0.19
XYZ21.108710.758059.9954
Yxy10.75800.22980.1171
Hunter Lab32.799457.4783-85.4914
CIE-Lab39.169964.9909-68.8439

#8129cf color RGB value is (129,41,207).

#8129cf hex color red value is 129, green value is 41 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8129cf hue: 0.76 , saturation: 0.67 and the lightness value of 8129cf is 0.49.

The process color (four color CMYK) of #8129cf color hex is 0.38, 0.80, 0.00, 0.19. Web safe color of #8129cf is #9933cc. Color #8129cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101001 11001111
Octal 201 51 317
Decimal 129 41 207
Hex 81 29 CF

RGB Percentages of Color #8129cf

%34.22
%10.88
%54.91

CMYK Percentages of Color #8129cf

%38
%80
%0
%19

Triadic Colors of #8129cf

#8129cf #cf8129 #29cf81

Analogous Colors of #8129cf

#8129cf #cf29ca #2e29cf

Monochromatic Colors of #8129cf

#8129cf

Complementary Color

#8129cf #77cf29

#8129cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8129cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8129cf Color CSS Codes

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

#8129cf Text Font Color

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

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


#8129cf Background Color

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

This div background color is #8129cf


#8129cf Border Color

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

This div border color is #8129cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8129cf


Comments

No comments written yet.

Please login to write comment.