Color Hex Logo

#787cae Color Hex

#787CAE
(120,124,174)
0 Favorites   0 Comments

Color spaces of #787cae

RGB 120124174
HSL0.650.250.58
HSV236°31°68°
CMYK 0.310.290.00   0.32
XYZ22.593421.464442.9966
Yxy21.46440.25950.2466
Hunter Lab46.32975.9714-22.5937
CIE-Lab53.454010.3599-26.9825

#787cae color RGB value is (120,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111100 10101110
Octal 170 174 256
Decimal 120 124 174
Hex 78 7C AE

RGB Percentages of Color #787cae

%28.71
%29.67
%41.63

CMYK Percentages of Color #787cae

%31
%29
%0
%32

Triadic Colors of #787cae

#787cae #ae787c #7cae78

Analogous Colors of #787cae

#787cae #8f78ae #7897ae

Monochromatic Colors of #787cae

#787cae

Complementary Color

#787cae #aeaa78

#787cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#787cae Color CSS Codes

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

#787cae Text Font Color

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

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


#787cae Background Color

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

This div background color is #787cae


#787cae Border Color

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

This div border color is #787cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787cae


Comments

No comments written yet.

Please login to write comment.