Color Hex Logo

#771cee Color Hex

#771CEE
(119,28,238)
0 Favorites   0 Comments

Color spaces of #771cee

RGB 11928238
HSL0.740.860.52
HSV266°88°93°
CMYK 0.500.880.00   0.07
XYZ23.455610.925581.7615
Yxy10.92550.20200.0941
Hunter Lab33.053768.8231-123.5217
CIE-Lab39.454774.5927-86.1741

#771cee color RGB value is (119,28,238).

#771cee hex color red value is 119, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #771cee hue: 0.74 , saturation: 0.86 and the lightness value of 771cee is 0.52.

The process color (four color CMYK) of #771cee color hex is 0.50, 0.88, 0.00, 0.07. Web safe color of #771cee is #6633ff. Color #771cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011100 11101110
Octal 167 34 356
Decimal 119 28 238
Hex 77 1C EE

RGB Percentages of Color #771cee

%30.91
%7.27
%61.82

CMYK Percentages of Color #771cee

%50
%88
%0
%7

Triadic Colors of #771cee

#771cee #ee771c #1cee77

Analogous Colors of #771cee

#771cee #e01cee #1c2aee

Monochromatic Colors of #771cee

#771cee

Complementary Color

#771cee #93ee1c

#771cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#771cee Color CSS Codes

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

#771cee Text Font Color

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

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


#771cee Background Color

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

This div background color is #771cee


#771cee Border Color

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

This div border color is #771cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771cee


Comments

No comments written yet.

Please login to write comment.