Color Hex Logo

#771fcb Color Hex

#771FCB
(119,31,203)
0 Favorites   0 Comments

Color spaces of #771fcb

RGB 11931203
HSL0.750.740.46
HSV271°85°80°
CMYK 0.410.850.00   0.20
XYZ18.87729.213757.2834
Yxy9.21370.22110.1079
Hunter Lab30.354157.8895-90.6426
CIE-Lab36.392565.8925-71.1236

#771fcb color RGB value is (119,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011111 11001011
Octal 167 37 313
Decimal 119 31 203
Hex 77 1F CB

RGB Percentages of Color #771fcb

%33.71
%8.78
%57.51

CMYK Percentages of Color #771fcb

%41
%85
%0
%20

Triadic Colors of #771fcb

#771fcb #cb771f #1fcb77

Analogous Colors of #771fcb

#771fcb #cb1fc9 #211fcb

Monochromatic Colors of #771fcb

#771fcb

Complementary Color

#771fcb #73cb1f

#771fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#771fcb Color CSS Codes

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

#771fcb Text Font Color

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

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


#771fcb Background Color

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

This div background color is #771fcb


#771fcb Border Color

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

This div border color is #771fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771fcb


Comments

No comments written yet.

Please login to write comment.