Color Hex Logo

#771afe Color Hex

#771AFE
(119,26,254)
0 Favorites   0 Comments

Color spaces of #771afe

RGB 11926254
HSL0.730.990.55
HSV264°90°100°
CMYK 0.530.900.00   0.00
XYZ25.866511.816594.6834
Yxy11.81650.19540.0893
Hunter Lab34.375174.1607-139.2467
CIE-Lab40.923078.6608-92.7549

#771afe color RGB value is (119,26,254).

#771afe hex color red value is 119, green value is 26 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #771afe hue: 0.73 , saturation: 0.99 and the lightness value of 771afe is 0.55.

The process color (four color CMYK) of #771afe color hex is 0.53, 0.90, 0.00, 0.00. Web safe color of #771afe is #6633ff. Color #771afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011010 11111110
Octal 167 32 376
Decimal 119 26 254
Hex 77 1A FE

RGB Percentages of Color #771afe

%29.82
%6.52
%63.66

CMYK Percentages of Color #771afe

%53
%90
%0
%0

Triadic Colors of #771afe

#771afe #fe771a #1afe77

Analogous Colors of #771afe

#771afe #e91afe #1a2ffe

Monochromatic Colors of #771afe

#771afe

Complementary Color

#771afe #a1fe1a

#771afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#771afe Color CSS Codes

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

#771afe Text Font Color

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

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


#771afe Background Color

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

This div background color is #771afe


#771afe Border Color

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

This div border color is #771afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771afe


Comments

No comments written yet.

Please login to write comment.