Color Hex Logo

#771fbe Color Hex

#771FBE
(119,31,190)
0 Favorites   0 Comments

Color spaces of #771fbe

RGB 11931190
HSL0.760.720.43
HSV273°84°75°
CMYK 0.370.840.00   0.25
XYZ17.39208.619649.4623
Yxy8.61960.23040.1142
Hunter Lab29.359254.3627-79.3363
CIE-Lab35.241362.9941-65.3980

#771fbe color RGB value is (119,31,190).

#771fbe hex color red value is 119, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #771fbe hue: 0.76 , saturation: 0.72 and the lightness value of 771fbe is 0.43.

The process color (four color CMYK) of #771fbe color hex is 0.37, 0.84, 0.00, 0.25. Web safe color of #771fbe is #6633cc. Color #771fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011111 10111110
Octal 167 37 276
Decimal 119 31 190
Hex 77 1F BE

RGB Percentages of Color #771fbe

%35.00
%9.12
%55.88

CMYK Percentages of Color #771fbe

%37
%84
%0
%25

Triadic Colors of #771fbe

#771fbe #be771f #1fbe77

Analogous Colors of #771fbe

#771fbe #be1fb6 #281fbe

Monochromatic Colors of #771fbe

#771fbe

Complementary Color

#771fbe #66be1f

#771fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#771fbe Color CSS Codes

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

#771fbe Text Font Color

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

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


#771fbe Background Color

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

This div background color is #771fbe


#771fbe Border Color

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

This div border color is #771fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771fbe


Comments

No comments written yet.

Please login to write comment.