Color Hex Logo

#771aae Color Hex

#771AAE
(119,26,174)
0 Favorites   0 Comments

Color spaces of #771aae

RGB 11926174
HSL0.770.740.39
HSV278°85°68°
CMYK 0.320.850.00   0.32
XYZ15.61717.716740.7108
Yxy7.71670.24380.1205
Hunter Lab27.778951.7381-67.4458
CIE-Lab33.385860.9874-58.9353

#771aae color RGB value is (119,26,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011010 10101110
Octal 167 32 256
Decimal 119 26 174
Hex 77 1A AE

RGB Percentages of Color #771aae

%37.30
%8.15
%54.55

CMYK Percentages of Color #771aae

%32
%85
%0
%32

Triadic Colors of #771aae

#771aae #ae771a #1aae77

Analogous Colors of #771aae

#771aae #ae1a9b #2d1aae

Monochromatic Colors of #771aae

#771aae

Complementary Color

#771aae #51ae1a

#771aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#771aae Color CSS Codes

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

#771aae Text Font Color

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

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


#771aae Background Color

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

This div background color is #771aae


#771aae Border Color

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

This div border color is #771aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771aae


Comments

No comments written yet.

Please login to write comment.