Color Hex Logo

#786eaf Color Hex

#786EAF
(120,110,175)
0 Favorites   0 Comments

Color spaces of #786eaf

RGB 120110175
HSL0.690.290.56
HSV249°37°69°
CMYK 0.310.370.00   0.31
XYZ21.059518.240142.9682
Yxy18.24010.25600.2217
Hunter Lab42.708413.2785-29.7547
CIE-Lab49.786018.9960-33.2743

#786eaf color RGB value is (120,110,175).

#786eaf hex color red value is 120, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #786eaf hue: 0.69 , saturation: 0.29 and the lightness value of 786eaf is 0.56.

The process color (four color CMYK) of #786eaf color hex is 0.31, 0.37, 0.00, 0.31. Web safe color of #786eaf is #666699. Color #786eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101110 10101111
Octal 170 156 257
Decimal 120 110 175
Hex 78 6E AF

RGB Percentages of Color #786eaf

%29.63
%27.16
%43.21

CMYK Percentages of Color #786eaf

%31
%37
%0
%31

Triadic Colors of #786eaf

#786eaf #af786e #6eaf78

Analogous Colors of #786eaf

#786eaf #996eaf #6e85af

Monochromatic Colors of #786eaf

#786eaf

Complementary Color

#786eaf #a5af6e

#786eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#786eaf Color CSS Codes

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

#786eaf Text Font Color

<p style="color:#786eaf">Text here</p>

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


#786eaf Background Color

<div style="background-color:#786eaf">
Div content here</div>

This div background color is #786eaf


#786eaf Border Color

<div style="border:3px solid #786eaf">
Div here</div>

This div border color is #786eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,110,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #786eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #786eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #786eaf;
  box-shadow:         1px 1px 3px 2px #786eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,110,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786eaf


Comments

No comments written yet.

Please login to write comment.