Color Hex Logo

#787fae Color Hex

#787FAE
(120,127,174)
0 Favorites   0 Comments

Color spaces of #787fae

RGB 120127174
HSL0.650.250.58
HSV232°31°68°
CMYK 0.310.270.00   0.32
XYZ22.975122.227843.1239
Yxy22.22780.26010.2517
Hunter Lab47.14644.4795-21.2290
CIE-Lab54.26798.5865-25.7240

#787fae color RGB value is (120,127,174).

#787fae hex color red value is 120, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #787fae hue: 0.65 , saturation: 0.25 and the lightness value of 787fae is 0.58.

The process color (four color CMYK) of #787fae color hex is 0.31, 0.27, 0.00, 0.32. Web safe color of #787fae is #666699. Color #787fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111111 10101110
Octal 170 177 256
Decimal 120 127 174
Hex 78 7F AE

RGB Percentages of Color #787fae

%28.50
%30.17
%41.33

CMYK Percentages of Color #787fae

%31
%27
%0
%32

Triadic Colors of #787fae

#787fae #ae787f #7fae78

Analogous Colors of #787fae

#787fae #8c78ae #789aae

Monochromatic Colors of #787fae

#787fae

Complementary Color

#787fae #aea778

#787fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#787fae Color CSS Codes

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

#787fae Text Font Color

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

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


#787fae Background Color

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

This div background color is #787fae


#787fae Border Color

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

This div border color is #787fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,127,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 #787fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787fae


Comments

No comments written yet.

Please login to write comment.