Color Hex Logo

#771cfa Color Hex

#771CFA
(119,28,250)
0 Favorites   0 Comments

Color spaces of #771cfa

RGB 11928250
HSL0.730.960.55
HSV265°89°98°
CMYK 0.520.890.00   0.02
XYZ25.278311.654691.3597
Yxy11.65460.19700.0908
Hunter Lab34.138872.4284-134.7701
CIE-Lab40.661877.3116-90.9448

#771cfa color RGB value is (119,28,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011100 11111010
Octal 167 34 372
Decimal 119 28 250
Hex 77 1C FA

RGB Percentages of Color #771cfa

%29.97
%7.05
%62.97

CMYK Percentages of Color #771cfa

%52
%89
%0
%2

Triadic Colors of #771cfa

#771cfa #fa771c #1cfa77

Analogous Colors of #771cfa

#771cfa #e61cfa #1c30fa

Monochromatic Colors of #771cfa

#771cfa

Complementary Color

#771cfa #9ffa1c

#771cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#771cfa Color CSS Codes

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

#771cfa Text Font Color

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

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


#771cfa Background Color

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

This div background color is #771cfa


#771cfa Border Color

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

This div border color is #771cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,28,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 #771cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771cfa


Comments

No comments written yet.

Please login to write comment.