Color Hex Logo

#771eed Color Hex

#771EED
(119,30,237)
0 Favorites   0 Comments

Color spaces of #771eed

RGB 11930237
HSL0.740.850.52
HSV266°87°93°
CMYK 0.500.870.00   0.07
XYZ23.358110.964981.0061
Yxy10.96490.20250.0951
Hunter Lab33.113367.9656-121.8637
CIE-Lab39.521373.8706-85.4977

#771eed color RGB value is (119,30,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 11101101
Octal 167 36 355
Decimal 119 30 237
Hex 77 1E ED

RGB Percentages of Color #771eed

%30.83
%7.77
%61.40

CMYK Percentages of Color #771eed

%50
%87
%0
%7

Triadic Colors of #771eed

#771eed #ed771e #1eed77

Analogous Colors of #771eed

#771eed #df1eed #1e2ded

Monochromatic Colors of #771eed

#771eed

Complementary Color

#771eed #94ed1e

#771eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#771eed Color CSS Codes

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

#771eed Text Font Color

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

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


#771eed Background Color

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

This div background color is #771eed


#771eed Border Color

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

This div border color is #771eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771eed


Comments

No comments written yet.

Please login to write comment.