Color Hex Logo

#783aff Color Hex

#783AFF
(120,58,255)
0 Favorites   0 Comments

Color spaces of #783aff

RGB 12058255
HSL0.721.000.61
HSV259°77°100°
CMYK 0.530.770.00   0.00
XYZ27.308814.239295.9168
Yxy14.23920.19870.1036
Hunter Lab37.734963.1448-124.2926
CIE-Lab44.574068.8372-87.2853

#783aff color RGB value is (120,58,255).

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

The process color (four color CMYK) of #783aff color hex is 0.53, 0.77, 0.00, 0.00. Web safe color of #783aff is #6633ff. Color #783aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 11111111
Octal 170 72 377
Decimal 120 58 255
Hex 78 3A FF

RGB Percentages of Color #783aff

%27.71
%13.39
%58.89

CMYK Percentages of Color #783aff

%53
%77
%0
%0

Triadic Colors of #783aff

#783aff #ff783a #3aff78

Analogous Colors of #783aff

#783aff #db3aff #3a5eff

Monochromatic Colors of #783aff

#783aff

Complementary Color

#783aff #c1ff3a

#783aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aff Color CSS Codes

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

#783aff Text Font Color

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

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


#783aff Background Color

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

This div background color is #783aff


#783aff Border Color

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

This div border color is #783aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aff


Comments

No comments written yet.

Please login to write comment.