Color Hex Logo

#782eff Color Hex

#782EFF
(120,46,255)
0 Favorites   0 Comments

Color spaces of #782eff

RGB 12046255
HSL0.731.000.59
HSV261°82°100°
CMYK 0.530.820.00   0.00
XYZ26.772713.167195.7382
Yxy13.16710.19730.0970
Hunter Lab36.286568.1985-131.0300
CIE-Lab43.014073.3885-89.8560

#782eff color RGB value is (120,46,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 11111111
Octal 170 56 377
Decimal 120 46 255
Hex 78 2E FF

RGB Percentages of Color #782eff

%28.50
%10.93
%60.57

CMYK Percentages of Color #782eff

%53
%82
%0
%0

Triadic Colors of #782eff

#782eff #ff782e #2eff78

Analogous Colors of #782eff

#782eff #e12eff #2e4dff

Monochromatic Colors of #782eff

#782eff

Complementary Color

#782eff #b5ff2e

#782eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#782eff Color CSS Codes

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

#782eff Text Font Color

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

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


#782eff Background Color

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

This div background color is #782eff


#782eff Border Color

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

This div border color is #782eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782eff

Related Colors

#782eff Color Palettes


Comments

No comments written yet.

Please login to write comment.