Color Hex Logo

#785aee Color Hex

#785AEE
(120,90,238)
0 Favorites   0 Comments

Color spaces of #785aee

RGB 12090238
HSL0.700.810.64
HSV252°62°93°
CMYK 0.500.620.00   0.07
XYZ26.834517.478482.8483
Yxy17.47840.21100.1375
Hunter Lab41.807241.4101-88.2286
CIE-Lab48.857348.4538-70.7647

#785aee color RGB value is (120,90,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11101110
Octal 170 132 356
Decimal 120 90 238
Hex 78 5A EE

RGB Percentages of Color #785aee

%26.79
%20.09
%53.13

CMYK Percentages of Color #785aee

%50
%62
%0
%7

Triadic Colors of #785aee

#785aee #ee785a #5aee78

Analogous Colors of #785aee

#785aee #c25aee #5a86ee

Monochromatic Colors of #785aee

#785aee

Complementary Color

#785aee #d0ee5a

#785aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#785aee Color CSS Codes

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

#785aee Text Font Color

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

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


#785aee Background Color

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

This div background color is #785aee


#785aee Border Color

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

This div border color is #785aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785aee


Comments

No comments written yet.

Please login to write comment.