Color Hex Logo

#770eec Color Hex

#770EEC
(119,14,236)
0 Favorites   0 Comments

Color spaces of #770eec

RGB 11914236
HSL0.750.890.49
HSV268°94°93°
CMYK 0.500.940.00   0.07
XYZ22.905110.292180.1362
Yxy10.29210.20210.0908
Hunter Lab32.081371.3014-125.6442
CIE-Lab38.361776.8312-86.8460

#770eec color RGB value is (119,14,236).

#770eec hex color red value is 119, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #770eec hue: 0.75 , saturation: 0.89 and the lightness value of 770eec is 0.49.

The process color (four color CMYK) of #770eec color hex is 0.50, 0.94, 0.00, 0.07. Web safe color of #770eec is #6600ff. Color #770eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001110 11101100
Octal 167 16 354
Decimal 119 14 236
Hex 77 E EC

RGB Percentages of Color #770eec

%32.25
%3.79
%63.96

CMYK Percentages of Color #770eec

%50
%94
%0
%7

Triadic Colors of #770eec

#770eec #ec770e #0eec77

Analogous Colors of #770eec

#770eec #e60eec #0e14ec

Monochromatic Colors of #770eec

#770eec

Complementary Color

#770eec #83ec0e

#770eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#770eec Color CSS Codes

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

#770eec Text Font Color

<p style="color:#770eec">Text here</p>

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


#770eec Background Color

<div style="background-color:#770eec">
Div content here</div>

This div background color is #770eec


#770eec Border Color

<div style="border:3px solid #770eec">
Div here</div>

This div border color is #770eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,14,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770eec;
  -webkit-box-shadow: 1px 1px 3px 2px #770eec;
  box-shadow:         1px 1px 3px 2px #770eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770eec


Comments

No comments written yet.

Please login to write comment.