Color Hex Logo

#771eea Color Hex

#771EEA
(119,30,234)
0 Favorites   0 Comments

Color spaces of #771eea

RGB 11930234
HSL0.740.830.52
HSV266°87°92°
CMYK 0.490.870.00   0.08
XYZ22.923310.791078.7166
Yxy10.79100.20390.0960
Hunter Lab32.849767.0748-119.0800
CIE-Lab39.226273.1870-84.2828

#771eea color RGB value is (119,30,234).

#771eea hex color red value is 119, green value is 30 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #771eea hue: 0.74 , saturation: 0.83 and the lightness value of 771eea is 0.52.

The process color (four color CMYK) of #771eea color hex is 0.49, 0.87, 0.00, 0.08. Web safe color of #771eea is #6633ff. Color #771eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 11101010
Octal 167 36 352
Decimal 119 30 234
Hex 77 1E EA

RGB Percentages of Color #771eea

%31.07
%7.83
%61.10

CMYK Percentages of Color #771eea

%49
%87
%0
%8

Triadic Colors of #771eea

#771eea #ea771e #1eea77

Analogous Colors of #771eea

#771eea #dd1eea #1e2bea

Monochromatic Colors of #771eea

#771eea

Complementary Color

#771eea #91ea1e

#771eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#771eea Color CSS Codes

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

#771eea Text Font Color

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

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


#771eea Background Color

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

This div background color is #771eea


#771eea Border Color

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

This div border color is #771eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771eea


Comments

No comments written yet.

Please login to write comment.