Color Hex Logo

#785efa Color Hex

#785EFA
(120,94,250)
0 Favorites   0 Comments

Color spaces of #785efa

RGB 12094250
HSL0.690.940.67
HSV250°62°98°
CMYK 0.520.620.00   0.02
XYZ29.003818.900692.5620
Yxy18.90060.20650.1346
Hunter Lab43.474843.0036-95.8016
CIE-Lab50.570749.6790-74.6844

#785efa color RGB value is (120,94,250).

#785efa hex color red value is 120, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #785efa hue: 0.69 , saturation: 0.94 and the lightness value of 785efa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 11111010
Octal 170 136 372
Decimal 120 94 250
Hex 78 5E FA

RGB Percentages of Color #785efa

%25.86
%20.26
%53.88

CMYK Percentages of Color #785efa

%52
%62
%0
%2

Triadic Colors of #785efa

#785efa #fa785e #5efa78

Analogous Colors of #785efa

#785efa #c65efa #5e92fa

Monochromatic Colors of #785efa

#785efa

Complementary Color

#785efa #e0fa5e

#785efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#785efa Color CSS Codes

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

#785efa Text Font Color

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

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


#785efa Background Color

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

This div background color is #785efa


#785efa Border Color

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

This div border color is #785efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785efa


Comments

No comments written yet.

Please login to write comment.