Color Hex Logo

#781efa Color Hex

#781EFA
(120,30,250)
0 Favorites   0 Comments

Color spaces of #781efa

RGB 12030250
HSL0.730.960.55
HSV265°88°98°
CMYK 0.520.880.00   0.02
XYZ25.465311.823791.3825
Yxy11.82370.19790.0919
Hunter Lab34.385672.0188-133.4980
CIE-Lab40.934576.9270-90.4903

#781efa color RGB value is (120,30,250).

#781efa hex color red value is 120, green value is 30 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #781efa hue: 0.73 , saturation: 0.96 and the lightness value of 781efa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011110 11111010
Octal 170 36 372
Decimal 120 30 250
Hex 78 1E FA

RGB Percentages of Color #781efa

%30.00
%7.50
%62.50

CMYK Percentages of Color #781efa

%52
%88
%0
%2

Triadic Colors of #781efa

#781efa #fa781e #1efa78

Analogous Colors of #781efa

#781efa #e61efa #1e32fa

Monochromatic Colors of #781efa

#781efa

Complementary Color

#781efa #a0fa1e

#781efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#781efa Color CSS Codes

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

#781efa Text Font Color

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

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


#781efa Background Color

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

This div background color is #781efa


#781efa Border Color

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

This div border color is #781efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781efa


Comments

No comments written yet.

Please login to write comment.