Color Hex Logo

#771abf Color Hex

#771ABF
(119,26,191)
0 Favorites   0 Comments

Color spaces of #771abf

RGB 11926191
HSL0.760.760.43
HSV274°86°75°
CMYK 0.380.860.00   0.25
XYZ17.38118.422349.9998
Yxy8.42230.22930.1111
Hunter Lab29.021256.1184-81.8342
CIE-Lab34.847364.6330-66.6322

#771abf color RGB value is (119,26,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011010 10111111
Octal 167 32 277
Decimal 119 26 191
Hex 77 1A BF

RGB Percentages of Color #771abf

%35.42
%7.74
%56.85

CMYK Percentages of Color #771abf

%38
%86
%0
%25

Triadic Colors of #771abf

#771abf #bf771a #1abf77

Analogous Colors of #771abf

#771abf #bf1ab5 #241abf

Monochromatic Colors of #771abf

#771abf

Complementary Color

#771abf #62bf1a

#771abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#771abf Color CSS Codes

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

#771abf Text Font Color

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

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


#771abf Background Color

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

This div background color is #771abf


#771abf Border Color

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

This div border color is #771abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771abf


Comments

No comments written yet.

Please login to write comment.