Color Hex Logo

#771cae Color Hex

#771CAE
(119,28,174)
0 Favorites   0 Comments

Color spaces of #771cae

RGB 11928174
HSL0.770.720.40
HSV277°84°68°
CMYK 0.320.840.00   0.32
XYZ15.66307.808440.7260
Yxy7.80840.24400.1216
Hunter Lab27.943551.1523-66.8512
CIE-Lab33.580660.4155-58.6172

#771cae color RGB value is (119,28,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011100 10101110
Octal 167 34 256
Decimal 119 28 174
Hex 77 1C AE

RGB Percentages of Color #771cae

%37.07
%8.72
%54.21

CMYK Percentages of Color #771cae

%32
%84
%0
%32

Triadic Colors of #771cae

#771cae #ae771c #1cae77

Analogous Colors of #771cae

#771cae #ae1c9c #2e1cae

Monochromatic Colors of #771cae

#771cae

Complementary Color

#771cae #53ae1c

#771cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#771cae Color CSS Codes

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

#771cae Text Font Color

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

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


#771cae Background Color

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

This div background color is #771cae


#771cae Border Color

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

This div border color is #771cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771cae


Comments

No comments written yet.

Please login to write comment.