Color Hex Logo

#785abe Color Hex

#785ABE
(120,90,190)
0 Favorites   0 Comments

Color spaces of #785abe

RGB 12090190
HSL0.720.430.55
HSV258°53°75°
CMYK 0.370.530.00   0.25
XYZ20.696215.023150.5241
Yxy15.02310.24000.1742
Hunter Lab38.759627.4829-50.1541
CIE-Lab45.665835.0057-48.5171

#785abe color RGB value is (120,90,190).

#785abe hex color red value is 120, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #785abe hue: 0.72 , saturation: 0.43 and the lightness value of 785abe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 10111110
Octal 170 132 276
Decimal 120 90 190
Hex 78 5A BE

RGB Percentages of Color #785abe

%30.00
%22.50
%47.50

CMYK Percentages of Color #785abe

%37
%53
%0
%25

Triadic Colors of #785abe

#785abe #be785a #5abe78

Analogous Colors of #785abe

#785abe #aa5abe #5a6ebe

Monochromatic Colors of #785abe

#785abe

Complementary Color

#785abe #a0be5a

#785abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#785abe Color CSS Codes

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

#785abe Text Font Color

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

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


#785abe Background Color

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

This div background color is #785abe


#785abe Border Color

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

This div border color is #785abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785abe


Comments

No comments written yet.

Please login to write comment.