Color Hex Logo

#771bcb Color Hex

#771BCB
(119,27,203)
0 Favorites   0 Comments

Color spaces of #771bcb

RGB 11927203
HSL0.750.770.45
HSV271°87°80°
CMYK 0.410.870.00   0.20
XYZ18.77929.017657.2507
Yxy9.01760.22080.1060
Hunter Lab30.029359.0758-92.0155
CIE-Lab36.018267.0005-71.7383

#771bcb color RGB value is (119,27,203).

#771bcb hex color red value is 119, green value is 27 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #771bcb hue: 0.75 , saturation: 0.77 and the lightness value of 771bcb is 0.45.

The process color (four color CMYK) of #771bcb color hex is 0.41, 0.87, 0.00, 0.20. Web safe color of #771bcb is #6633cc. Color #771bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011011 11001011
Octal 167 33 313
Decimal 119 27 203
Hex 77 1B CB

RGB Percentages of Color #771bcb

%34.10
%7.74
%58.17

CMYK Percentages of Color #771bcb

%41
%87
%0
%20

Triadic Colors of #771bcb

#771bcb #cb771b #1bcb77

Analogous Colors of #771bcb

#771bcb #cb1bc7 #1f1bcb

Monochromatic Colors of #771bcb

#771bcb

Complementary Color

#771bcb #6fcb1b

#771bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#771bcb Color CSS Codes

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

#771bcb Text Font Color

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

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


#771bcb Background Color

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

This div background color is #771bcb


#771bcb Border Color

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

This div border color is #771bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771bcb


Comments

No comments written yet.

Please login to write comment.