Color Hex Logo

#785efe Color Hex

#785EFE
(120,94,254)
0 Favorites   0 Comments

Color spaces of #785efe

RGB 12094254
HSL0.690.990.68
HSV250°63°100°
CMYK 0.530.630.00   0.00
XYZ29.637819.154295.9010
Yxy19.15420.20480.1324
Hunter Lab43.765544.2897-99.2831
CIE-Lab50.867150.8365-76.4246

#785efe color RGB value is (120,94,254).

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

The process color (four color CMYK) of #785efe color hex is 0.53, 0.63, 0.00, 0.00. Web safe color of #785efe is #6666ff. Color #785efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01011110 11111110
Octal 170 136 376
Decimal 120 94 254
Hex 78 5E FE

RGB Percentages of Color #785efe

%25.64
%20.09
%54.27

CMYK Percentages of Color #785efe

%53
%63
%0
%0

Triadic Colors of #785efe

#785efe #fe785e #5efe78

Analogous Colors of #785efe

#785efe #c85efe #5e94fe

Monochromatic Colors of #785efe

#785efe

Complementary Color

#785efe #e4fe5e

#785efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#785efe Color CSS Codes

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

#785efe Text Font Color

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

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


#785efe Background Color

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

This div background color is #785efe


#785efe Border Color

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

This div border color is #785efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785efe

Related Colors


Comments

No comments written yet.

Please login to write comment.