Color Hex Logo

#782ffa Color Hex

#782FFA
(120,47,250)
0 Favorites   0 Comments

Color spaces of #782ffa

RGB 12047250
HSL0.730.950.58
HSV262°81°98°
CMYK 0.520.810.00   0.02
XYZ26.017612.928291.5666
Yxy12.92820.19930.0991
Hunter Lab35.955866.2398-125.8214
CIE-Lab42.654971.8255-87.6508

#782ffa color RGB value is (120,47,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101111 11111010
Octal 170 57 372
Decimal 120 47 250
Hex 78 2F FA

RGB Percentages of Color #782ffa

%28.78
%11.27
%59.95

CMYK Percentages of Color #782ffa

%52
%81
%0
%2

Triadic Colors of #782ffa

#782ffa #fa782f #2ffa78

Analogous Colors of #782ffa

#782ffa #de2ffa #2f4bfa

Monochromatic Colors of #782ffa

#782ffa

Complementary Color

#782ffa #b1fa2f

#782ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#782ffa Color CSS Codes

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

#782ffa Text Font Color

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

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


#782ffa Background Color

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

This div background color is #782ffa


#782ffa Border Color

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

This div border color is #782ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782ffa


Comments

No comments written yet.

Please login to write comment.