Color Hex Logo

#770fae Color Hex

#770FAE
(119,15,174)
0 Favorites   0 Comments

Color spaces of #770fae

RGB 11915174
HSL0.780.840.37
HSV279°91°68°
CMYK 0.320.910.00   0.32
XYZ15.41867.319640.6446
Yxy7.31960.24330.1155
Hunter Lab27.054854.3819-70.1336
CIE-Lab32.523763.5381-60.3435

#770fae color RGB value is (119,15,174).

#770fae hex color red value is 119, green value is 15 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #770fae hue: 0.78 , saturation: 0.84 and the lightness value of 770fae is 0.37.

The process color (four color CMYK) of #770fae color hex is 0.32, 0.91, 0.00, 0.32. Web safe color of #770fae is #660099. Color #770fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 10101110
Octal 167 17 256
Decimal 119 15 174
Hex 77 F AE

RGB Percentages of Color #770fae

%38.64
%4.87
%56.49

CMYK Percentages of Color #770fae

%32
%91
%0
%32

Triadic Colors of #770fae

#770fae #ae770f #0fae77

Analogous Colors of #770fae

#770fae #ae0f96 #280fae

Monochromatic Colors of #770fae

#770fae

Complementary Color

#770fae #46ae0f

#770fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#770fae Color CSS Codes

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

#770fae Text Font Color

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

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


#770fae Background Color

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

This div background color is #770fae


#770fae Border Color

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

This div border color is #770fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770fae


Comments

No comments written yet.

Please login to write comment.