Color Hex Logo

#771eac Color Hex

#771EAC
(119,30,172)
0 Favorites   0 Comments

Color spaces of #771eac

RGB 11930172
HSL0.770.700.40
HSV278°83°67°
CMYK 0.310.830.00   0.33
XYZ15.51847.829039.7230
Yxy7.82900.24600.1241
Hunter Lab27.980450.0337-64.5863
CIE-Lab33.624259.3816-57.3493

#771eac color RGB value is (119,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 10101100
Octal 167 36 254
Decimal 119 30 172
Hex 77 1E AC

RGB Percentages of Color #771eac

%37.07
%9.35
%53.58

CMYK Percentages of Color #771eac

%31
%83
%0
%33

Triadic Colors of #771eac

#771eac #ac771e #1eac77

Analogous Colors of #771eac

#771eac #ac1e9a #301eac

Monochromatic Colors of #771eac

#771eac

Complementary Color

#771eac #53ac1e

#771eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#771eac Color CSS Codes

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

#771eac Text Font Color

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

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


#771eac Background Color

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

This div background color is #771eac


#771eac Border Color

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

This div border color is #771eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771eac


Comments

No comments written yet.

Please login to write comment.