Color Hex Logo

#783aef Color Hex

#783AEF
(120,58,239)
0 Favorites   0 Comments

Color spaces of #783aef

RGB 12058239
HSL0.720.850.58
HSV261°76°94°
CMYK 0.500.760.00   0.06
XYZ24.838813.251282.9099
Yxy13.25120.20530.1095
Hunter Lab36.402258.0945-109.5578
CIE-Lab43.139364.7583-80.6684

#783aef color RGB value is (120,58,239).

#783aef hex color red value is 120, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #783aef hue: 0.72 , saturation: 0.85 and the lightness value of 783aef is 0.58.

The process color (four color CMYK) of #783aef color hex is 0.50, 0.76, 0.00, 0.06. Web safe color of #783aef is #6633ff. Color #783aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 11101111
Octal 170 72 357
Decimal 120 58 239
Hex 78 3A EF

RGB Percentages of Color #783aef

%28.78
%13.91
%57.31

CMYK Percentages of Color #783aef

%50
%76
%0
%6

Triadic Colors of #783aef

#783aef #ef783a #3aef78

Analogous Colors of #783aef

#783aef #d33aef #3a56ef

Monochromatic Colors of #783aef

#783aef

Complementary Color

#783aef #b1ef3a

#783aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aef Color CSS Codes

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

#783aef Text Font Color

<p style="color:#783aef">Text here</p>

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


#783aef Background Color

<div style="background-color:#783aef">
Div content here</div>

This div background color is #783aef


#783aef Border Color

<div style="border:3px solid #783aef">
Div here</div>

This div border color is #783aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,58,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783aef;
  -webkit-box-shadow: 1px 1px 3px 2px #783aef;
  box-shadow:         1px 1px 3px 2px #783aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aef


Comments

No comments written yet.

Please login to write comment.