Color Hex Logo

#782efd Color Hex

#782EFD
(120,46,253)
0 Favorites   0 Comments

Color spaces of #782efd

RGB 12046253
HSL0.730.980.59
HSV261°82°99°
CMYK 0.530.820.00   0.01
XYZ26.452313.038994.0511
Yxy13.03890.19810.0976
Hunter Lab36.109467.5704-129.1510
CIE-Lab42.821872.9040-89.0552

#782efd color RGB value is (120,46,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 11111101
Octal 170 56 375
Decimal 120 46 253
Hex 78 2E FD

RGB Percentages of Color #782efd

%28.64
%10.98
%60.38

CMYK Percentages of Color #782efd

%53
%82
%0
%1

Triadic Colors of #782efd

#782efd #fd782e #2efd78

Analogous Colors of #782efd

#782efd #e02efd #2e4cfd

Monochromatic Colors of #782efd

#782efd

Complementary Color

#782efd #b3fd2e

#782efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#782efd Color CSS Codes

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

#782efd Text Font Color

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

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


#782efd Background Color

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

This div background color is #782efd


#782efd Border Color

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

This div border color is #782efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,46,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #782efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782efd


Comments

No comments written yet.

Please login to write comment.