Color Hex Logo

#786abe Color Hex

#786ABE
(120,106,190)
0 Favorites   0 Comments

Color spaces of #786abe

RGB 120106190
HSL0.690.390.58
HSV250°44°75°
CMYK 0.370.440.00   0.25
XYZ22.194018.018851.0234
Yxy18.01880.24330.1975
Hunter Lab42.448619.0428-41.5529
CIE-Lab49.518925.4858-42.3823

#786abe color RGB value is (120,106,190).

#786abe hex color red value is 120, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #786abe hue: 0.69 , saturation: 0.39 and the lightness value of 786abe is 0.58.

The process color (four color CMYK) of #786abe color hex is 0.37, 0.44, 0.00, 0.25. Web safe color of #786abe is #6666cc. Color #786abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01101010 10111110
Octal 170 152 276
Decimal 120 106 190
Hex 78 6A BE

RGB Percentages of Color #786abe

%28.85
%25.48
%45.67

CMYK Percentages of Color #786abe

%37
%44
%0
%25

Triadic Colors of #786abe

#786abe #be786a #6abe78

Analogous Colors of #786abe

#786abe #a26abe #6a86be

Monochromatic Colors of #786abe

#786abe

Complementary Color

#786abe #b0be6a

#786abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#786abe Color CSS Codes

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

#786abe Text Font Color

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

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


#786abe Background Color

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

This div background color is #786abe


#786abe Border Color

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

This div border color is #786abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786abe


Comments

No comments written yet.

Please login to write comment.