Color Hex Logo

#771ecb Color Hex

#771ECB
(119,30,203)
0 Favorites   0 Comments

Color spaces of #771ecb

RGB 11930203
HSL0.750.740.46
HSV271°85°80°
CMYK 0.410.850.00   0.20
XYZ18.85159.162357.2748
Yxy9.16230.22100.1074
Hunter Lab30.269358.1973-90.9986
CIE-Lab36.294966.1808-71.2838

#771ecb color RGB value is (119,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 11001011
Octal 167 36 313
Decimal 119 30 203
Hex 77 1E CB

RGB Percentages of Color #771ecb

%33.81
%8.52
%57.67

CMYK Percentages of Color #771ecb

%41
%85
%0
%20

Triadic Colors of #771ecb

#771ecb #cb771e #1ecb77

Analogous Colors of #771ecb

#771ecb #cb1ec9 #211ecb

Monochromatic Colors of #771ecb

#771ecb

Complementary Color

#771ecb #72cb1e

#771ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ecb Color CSS Codes

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

#771ecb Text Font Color

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

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


#771ecb Background Color

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

This div background color is #771ecb


#771ecb Border Color

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

This div border color is #771ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ecb


Comments

No comments written yet.

Please login to write comment.