Color Hex Logo

#771ffa Color Hex

#771FFA
(119,31,250)
0 Favorites   0 Comments

Color spaces of #771ffa

RGB 11931250
HSL0.730.960.55
HSV264°88°98°
CMYK 0.520.880.00   0.02
XYZ25.353111.804091.3846
Yxy11.80400.19720.0918
Hunter Lab34.356971.5962-133.6531
CIE-Lab40.902976.5893-90.5463

#771ffa color RGB value is (119,31,250).

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

The process color (four color CMYK) of #771ffa color hex is 0.52, 0.88, 0.00, 0.02. Web safe color of #771ffa is #6633ff. Color #771ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011111 11111010
Octal 167 37 372
Decimal 119 31 250
Hex 77 1F FA

RGB Percentages of Color #771ffa

%29.75
%7.75
%62.50

CMYK Percentages of Color #771ffa

%52
%88
%0
%2

Triadic Colors of #771ffa

#771ffa #fa771f #1ffa77

Analogous Colors of #771ffa

#771ffa #e51ffa #1f34fa

Monochromatic Colors of #771ffa

#771ffa

Complementary Color

#771ffa #a2fa1f

#771ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ffa Color CSS Codes

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

#771ffa Text Font Color

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

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


#771ffa Background Color

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

This div background color is #771ffa


#771ffa Border Color

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

This div border color is #771ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.