Color Hex Logo

#7726ad Color Hex

#7726AD
(119,38,173)
0 Favorites   0 Comments

Color spaces of #7726ad

RGB 11938173
HSL0.770.640.41
HSV276°78°68°
CMYK 0.310.780.00   0.32
XYZ15.84378.325340.3071
Yxy8.32530.24570.1291
Hunter Lab28.853647.5217-62.6278
CIE-Lab34.651456.8504-56.2753

#7726ad color RGB value is (119,38,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100110 10101101
Octal 167 46 255
Decimal 119 38 173
Hex 77 26 AD

RGB Percentages of Color #7726ad

%36.06
%11.52
%52.42

CMYK Percentages of Color #7726ad

%31
%78
%0
%32

Triadic Colors of #7726ad

#7726ad #ad7726 #26ad77

Analogous Colors of #7726ad

#7726ad #ad26a0 #3426ad

Monochromatic Colors of #7726ad

#7726ad

Complementary Color

#7726ad #5cad26

#7726ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7726ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7726ad Color CSS Codes

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

#7726ad Text Font Color

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

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


#7726ad Background Color

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

This div background color is #7726ad


#7726ad Border Color

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

This div border color is #7726ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7726ad


Comments

No comments written yet.

Please login to write comment.