Color Hex Logo

#771ed9 Color Hex

#771ED9
(119,30,217)
0 Favorites   0 Comments

Color spaces of #771ed9

RGB 11930217
HSL0.750.760.48
HSV269°86°85°
CMYK 0.450.860.00   0.15
XYZ20.59649.860266.4633
Yxy9.86020.21250.1017
Hunter Lab31.401062.1294-103.5126
CIE-Lab37.590369.3295-77.2594

#771ed9 color RGB value is (119,30,217).

#771ed9 hex color red value is 119, green value is 30 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #771ed9 hue: 0.75 , saturation: 0.76 and the lightness value of 771ed9 is 0.48.

The process color (four color CMYK) of #771ed9 color hex is 0.45, 0.86, 0.00, 0.15. Web safe color of #771ed9 is #6633cc. Color #771ed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 11011001
Octal 167 36 331
Decimal 119 30 217
Hex 77 1E D9

RGB Percentages of Color #771ed9

%32.51
%8.20
%59.29

CMYK Percentages of Color #771ed9

%45
%86
%0
%15

Triadic Colors of #771ed9

#771ed9 #d9771e #1ed977

Analogous Colors of #771ed9

#771ed9 #d51ed9 #1e22d9

Monochromatic Colors of #771ed9

#771ed9

Complementary Color

#771ed9 #80d91e

#771ed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ed9 Color CSS Codes

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

#771ed9 Text Font Color

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

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


#771ed9 Background Color

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

This div background color is #771ed9


#771ed9 Border Color

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

This div border color is #771ed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ed9


Comments

No comments written yet.

Please login to write comment.