Color Hex Logo

#782efa Color Hex

#782EFA
(120,46,250)
0 Favorites   0 Comments

Color spaces of #782efa

RGB 12046250
HSL0.730.950.58
HSV262°82°98°
CMYK 0.520.820.00   0.02
XYZ25.978012.849291.5534
Yxy12.84920.19920.0986
Hunter Lab35.845866.6316-126.3400
CIE-Lab42.535172.1767-87.8481

#782efa color RGB value is (120,46,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 11111010
Octal 170 56 372
Decimal 120 46 250
Hex 78 2E FA

RGB Percentages of Color #782efa

%28.85
%11.06
%60.10

CMYK Percentages of Color #782efa

%52
%82
%0
%2

Triadic Colors of #782efa

#782efa #fa782e #2efa78

Analogous Colors of #782efa

#782efa #de2efa #2e4afa

Monochromatic Colors of #782efa

#782efa

Complementary Color

#782efa #b0fa2e

#782efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#782efa Color CSS Codes

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

#782efa Text Font Color

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

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


#782efa Background Color

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

This div background color is #782efa


#782efa Border Color

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

This div border color is #782efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782efa


Comments

No comments written yet.

Please login to write comment.