Color Hex Logo

#785aec Color Hex

#785AEC
(120,90,236)
0 Favorites   0 Comments

Color spaces of #785aec

RGB 12090236
HSL0.700.790.64
HSV252°62°93°
CMYK 0.490.620.00   0.07
XYZ26.542217.361581.3091
Yxy17.36150.21200.1387
Hunter Lab41.667140.7880-86.5313
CIE-Lab48.712347.8832-69.8768

#785aec color RGB value is (120,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011010 11101100
Octal 170 132 354
Decimal 120 90 236
Hex 78 5A EC

RGB Percentages of Color #785aec

%26.91
%20.18
%52.91

CMYK Percentages of Color #785aec

%49
%62
%0
%7

Triadic Colors of #785aec

#785aec #ec785a #5aec78

Analogous Colors of #785aec

#785aec #c15aec #5a85ec

Monochromatic Colors of #785aec

#785aec

Complementary Color

#785aec #ceec5a

#785aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#785aec Color CSS Codes

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

#785aec Text Font Color

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

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


#785aec Background Color

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

This div background color is #785aec


#785aec Border Color

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

This div border color is #785aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785aec


Comments

No comments written yet.

Please login to write comment.