Color Hex Logo

#771cad Color Hex

#771CAD
(119,28,173)
0 Favorites   0 Comments

Color spaces of #771cad

RGB 11928173
HSL0.770.720.39
HSV278°84°68°
CMYK 0.310.840.00   0.32
XYZ15.56587.769640.2144
Yxy7.76960.24490.1223
Hunter Lab27.874050.9010-66.0271
CIE-Lab33.498460.2019-58.1531

#771cad color RGB value is (119,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011100 10101101
Octal 167 34 255
Decimal 119 28 173
Hex 77 1C AD

RGB Percentages of Color #771cad

%37.19
%8.75
%54.06

CMYK Percentages of Color #771cad

%31
%84
%0
%32

Triadic Colors of #771cad

#771cad #ad771c #1cad77

Analogous Colors of #771cad

#771cad #ad1c9b #2f1cad

Monochromatic Colors of #771cad

#771cad

Complementary Color

#771cad #52ad1c

#771cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#771cad Color CSS Codes

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

#771cad Text Font Color

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

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


#771cad Background Color

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

This div background color is #771cad


#771cad Border Color

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

This div border color is #771cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771cad


Comments

No comments written yet.

Please login to write comment.