Color Hex Logo

#783cfa Color Hex

#783CFA
(120,60,250)
0 Favorites   0 Comments

Color spaces of #783cfa

RGB 12060250
HSL0.720.950.61
HSV259°76°98°
CMYK 0.520.760.00   0.02
XYZ26.616914.126991.7664
Yxy14.12690.20090.1066
Hunter Lab37.585860.6322-118.4477
CIE-Lab44.414466.7152-84.7544

#783cfa color RGB value is (120,60,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111100 11111010
Octal 170 74 372
Decimal 120 60 250
Hex 78 3C FA

RGB Percentages of Color #783cfa

%27.91
%13.95
%58.14

CMYK Percentages of Color #783cfa

%52
%76
%0
%2

Triadic Colors of #783cfa

#783cfa #fa783c #3cfa78

Analogous Colors of #783cfa

#783cfa #d73cfa #3c5ffa

Monochromatic Colors of #783cfa

#783cfa

Complementary Color

#783cfa #befa3c

#783cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#783cfa Color CSS Codes

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

#783cfa Text Font Color

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

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


#783cfa Background Color

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

This div background color is #783cfa


#783cfa Border Color

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

This div border color is #783cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,60,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 #783cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783cfa


Comments

No comments written yet.

Please login to write comment.