Color Hex Logo

#785aeb Color Hex

#785AEB
(120,90,235)
0 Favorites   0 Comments

Color spaces of #785aeb

RGB 12090235
HSL0.700.780.64
HSV252°62°92°
CMYK 0.490.620.00   0.08
XYZ26.397317.303680.5459
Yxy17.30360.21250.1393
Hunter Lab41.597640.4780-85.6856
CIE-Lab48.640347.5978-69.4314

#785aeb color RGB value is (120,90,235).

#785aeb hex color red value is 120, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #785aeb hue: 0.70 , saturation: 0.78 and the lightness value of 785aeb is 0.64.

The process color (four color CMYK) of #785aeb color hex is 0.49, 0.62, 0.00, 0.08. Web safe color of #785aeb is #6666ff. Color #785aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11101011
Octal 170 132 353
Decimal 120 90 235
Hex 78 5A EB

RGB Percentages of Color #785aeb

%26.97
%20.22
%52.81

CMYK Percentages of Color #785aeb

%49
%62
%0
%8

Triadic Colors of #785aeb

#785aeb #eb785a #5aeb78

Analogous Colors of #785aeb

#785aeb #c15aeb #5a85eb

Monochromatic Colors of #785aeb

#785aeb

Complementary Color

#785aeb #cdeb5a

#785aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#785aeb Color CSS Codes

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

#785aeb Text Font Color

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

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


#785aeb Background Color

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

This div background color is #785aeb


#785aeb Border Color

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

This div border color is #785aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785aeb


Comments

No comments written yet.

Please login to write comment.