Color Hex Logo

#7829ab Color Hex

#7829AB
(120,41,171)
0 Favorites   0 Comments

Color spaces of #7829ab

RGB 12041171
HSL0.770.610.42
HSV276°76°67°
CMYK 0.300.760.00   0.33
XYZ15.88948.519239.3350
Yxy8.51920.24930.1336
Hunter Lab29.187746.0947-59.4713
CIE-Lab35.041655.4327-54.4387

#7829ab color RGB value is (120,41,171).

#7829ab hex color red value is 120, green value is 41 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7829ab hue: 0.77 , saturation: 0.61 and the lightness value of 7829ab is 0.42.

The process color (four color CMYK) of #7829ab color hex is 0.30, 0.76, 0.00, 0.33. Web safe color of #7829ab is #663399. Color #7829ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101001 10101011
Octal 170 51 253
Decimal 120 41 171
Hex 78 29 AB

RGB Percentages of Color #7829ab

%36.14
%12.35
%51.51

CMYK Percentages of Color #7829ab

%30
%76
%0
%33

Triadic Colors of #7829ab

#7829ab #ab7829 #29ab78

Analogous Colors of #7829ab

#7829ab #ab299d #3729ab

Monochromatic Colors of #7829ab

#7829ab

Complementary Color

#7829ab #5cab29

#7829ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7829ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7829ab Color CSS Codes

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

#7829ab Text Font Color

<p style="color:#7829ab">Text here</p>

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


#7829ab Background Color

<div style="background-color:#7829ab">
Div content here</div>

This div background color is #7829ab


#7829ab Border Color

<div style="border:3px solid #7829ab">
Div here</div>

This div border color is #7829ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,41,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7829ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7829ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7829ab;
  box-shadow:         1px 1px 3px 2px #7829ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7829ab


Comments

No comments written yet.

Please login to write comment.