Color Hex Logo

#771aac Color Hex

#771AAC
(119,26,172)
0 Favorites   0 Comments

Color spaces of #771aac

RGB 11926172
HSL0.770.740.39
HSV278°85°67°
CMYK 0.310.850.00   0.33
XYZ15.42357.639339.6913
Yxy7.63930.24580.1217
Hunter Lab27.639351.2393-65.7957
CIE-Lab33.220160.5651-58.0080

#771aac color RGB value is (119,26,172).

#771aac hex color red value is 119, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #771aac hue: 0.77 , saturation: 0.74 and the lightness value of 771aac is 0.39.

The process color (four color CMYK) of #771aac color hex is 0.31, 0.85, 0.00, 0.33. Web safe color of #771aac is #663399. Color #771aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011010 10101100
Octal 167 32 254
Decimal 119 26 172
Hex 77 1A AC

RGB Percentages of Color #771aac

%37.54
%8.20
%54.26

CMYK Percentages of Color #771aac

%31
%85
%0
%33

Triadic Colors of #771aac

#771aac #ac771a #1aac77

Analogous Colors of #771aac

#771aac #ac1a98 #2e1aac

Monochromatic Colors of #771aac

#771aac

Complementary Color

#771aac #4fac1a

#771aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#771aac Color CSS Codes

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

#771aac Text Font Color

<p style="color:#771aac">Text here</p>

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


#771aac Background Color

<div style="background-color:#771aac">
Div content here</div>

This div background color is #771aac


#771aac Border Color

<div style="border:3px solid #771aac">
Div here</div>

This div border color is #771aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,26,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 #771aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771aac


Comments

No comments written yet.

Please login to write comment.