Color Hex Logo

#7726ac Color Hex

#7726AC
(119,38,172)
0 Favorites   0 Comments

Color spaces of #7726ac

RGB 11938172
HSL0.770.640.41
HSV276°78°67°
CMYK 0.310.780.00   0.33
XYZ15.74738.286739.7992
Yxy8.28670.24670.1298
Hunter Lab28.786647.2692-61.8213
CIE-Lab34.573056.6291-55.8048

#7726ac color RGB value is (119,38,172).

#7726ac hex color red value is 119, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7726ac hue: 0.77 , saturation: 0.64 and the lightness value of 7726ac is 0.41.

The process color (four color CMYK) of #7726ac color hex is 0.31, 0.78, 0.00, 0.33. Web safe color of #7726ac is #663399. Color #7726ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100110 10101100
Octal 167 46 254
Decimal 119 38 172
Hex 77 26 AC

RGB Percentages of Color #7726ac

%36.17
%11.55
%52.28

CMYK Percentages of Color #7726ac

%31
%78
%0
%33

Triadic Colors of #7726ac

#7726ac #ac7726 #26ac77

Analogous Colors of #7726ac

#7726ac #ac269e #3426ac

Monochromatic Colors of #7726ac

#7726ac

Complementary Color

#7726ac #5bac26

#7726ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7726ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7726ac Color CSS Codes

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

#7726ac Text Font Color

<p style="color:#7726ac">Text here</p>

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


#7726ac Background Color

<div style="background-color:#7726ac">
Div content here</div>

This div background color is #7726ac


#7726ac Border Color

<div style="border:3px solid #7726ac">
Div here</div>

This div border color is #7726ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,38,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7726ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7726ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7726ac;
  box-shadow:         1px 1px 3px 2px #7726ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,38,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7726ac


Comments

No comments written yet.

Please login to write comment.