Color Hex Logo

#771ebc Color Hex

#771EBC
(119,30,188)
0 Favorites   0 Comments

Color spaces of #771ebc

RGB 11930188
HSL0.760.720.43
HSV274°84°74°
CMYK 0.370.840.00   0.26
XYZ17.14918.481348.3102
Yxy8.48130.23190.1147
Hunter Lab29.122754.1464-77.9675
CIE-Lab34.965862.8540-64.6700

#771ebc color RGB value is (119,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 10111100
Octal 167 36 274
Decimal 119 30 188
Hex 77 1E BC

RGB Percentages of Color #771ebc

%35.31
%8.90
%55.79

CMYK Percentages of Color #771ebc

%37
%84
%0
%26

Triadic Colors of #771ebc

#771ebc #bc771e #1ebc77

Analogous Colors of #771ebc

#771ebc #bc1eb2 #281ebc

Monochromatic Colors of #771ebc

#771ebc

Complementary Color

#771ebc #63bc1e

#771ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ebc Color CSS Codes

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

#771ebc Text Font Color

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

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


#771ebc Background Color

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

This div background color is #771ebc


#771ebc Border Color

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

This div border color is #771ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ebc


Comments

No comments written yet.

Please login to write comment.