Color Hex Logo

#770ae0 Color Hex

#770AE0
(119,10,224)
0 Favorites   0 Comments

Color spaces of #770ae0

RGB 11910224
HSL0.750.910.46
HSV271°96°88°
CMYK 0.470.960.00   0.12
XYZ21.17089.520871.2429
Yxy9.52080.20770.0934
Hunter Lab30.855868.4749-115.2955
CIE-Lab36.968374.7771-82.3050

#770ae0 color RGB value is (119,10,224).

#770ae0 hex color red value is 119, green value is 10 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #770ae0 hue: 0.75 , saturation: 0.91 and the lightness value of 770ae0 is 0.46.

The process color (four color CMYK) of #770ae0 color hex is 0.47, 0.96, 0.00, 0.12. Web safe color of #770ae0 is #6600cc. Color #770ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001010 11100000
Octal 167 12 340
Decimal 119 10 224
Hex 77 A E0

RGB Percentages of Color #770ae0

%33.71
%2.83
%63.46

CMYK Percentages of Color #770ae0

%47
%96
%0
%12

Triadic Colors of #770ae0

#770ae0 #e0770a #0ae077

Analogous Colors of #770ae0

#770ae0 #e00ade #0c0ae0

Monochromatic Colors of #770ae0

#770ae0

Complementary Color

#770ae0 #73e00a

#770ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ae0 Color CSS Codes

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

#770ae0 Text Font Color

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

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


#770ae0 Background Color

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

This div background color is #770ae0


#770ae0 Border Color

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

This div border color is #770ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ae0


Comments

No comments written yet.

Please login to write comment.