Color Hex Logo

#771fbc Color Hex

#771FBC
(119,31,188)
0 Favorites   0 Comments

Color spaces of #771fbc

RGB 11931188
HSL0.760.720.43
HSV274°84°74°
CMYK 0.370.840.00   0.26
XYZ17.17488.532848.3187
Yxy8.53280.23200.1153
Hunter Lab29.211053.8312-77.6257
CIE-Lab35.068762.5513-64.5014

#771fbc color RGB value is (119,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011111 10111100
Octal 167 37 274
Decimal 119 31 188
Hex 77 1F BC

RGB Percentages of Color #771fbc

%35.21
%9.17
%55.62

CMYK Percentages of Color #771fbc

%37
%84
%0
%26

Triadic Colors of #771fbc

#771fbc #bc771f #1fbc77

Analogous Colors of #771fbc

#771fbc #bc1fb3 #291fbc

Monochromatic Colors of #771fbc

#771fbc

Complementary Color

#771fbc #64bc1f

#771fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#771fbc Color CSS Codes

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

#771fbc Text Font Color

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

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


#771fbc Background Color

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

This div background color is #771fbc


#771fbc Border Color

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

This div border color is #771fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771fbc


Comments

No comments written yet.

Please login to write comment.