Color Hex Logo

#771aef Color Hex

#771AEF
(119,26,239)
0 Favorites   0 Comments

Color spaces of #771aef

RGB 11926239
HSL0.740.870.52
HSV266°89°94°
CMYK 0.500.890.00   0.06
XYZ23.557110.892782.5223
Yxy10.89270.20140.0931
Hunter Lab33.004169.6495-125.1438
CIE-Lab39.399275.2839-86.8320

#771aef color RGB value is (119,26,239).

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

The process color (four color CMYK) of #771aef color hex is 0.50, 0.89, 0.00, 0.06. Web safe color of #771aef is #6633ff. Color #771aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011010 11101111
Octal 167 32 357
Decimal 119 26 239
Hex 77 1A EF

RGB Percentages of Color #771aef

%30.99
%6.77
%62.24

CMYK Percentages of Color #771aef

%50
%89
%0
%6

Triadic Colors of #771aef

#771aef #ef771a #1aef77

Analogous Colors of #771aef

#771aef #e21aef #1a28ef

Monochromatic Colors of #771aef

#771aef

Complementary Color

#771aef #92ef1a

#771aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#771aef Color CSS Codes

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

#771aef Text Font Color

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

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


#771aef Background Color

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

This div background color is #771aef


#771aef Border Color

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

This div border color is #771aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771aef


Comments

No comments written yet.

Please login to write comment.