Color Hex Logo

#782ffd Color Hex

#782FFD
(120,47,253)
0 Favorites   0 Comments

Color spaces of #782ffd

RGB 12047253
HSL0.730.980.59
HSV261°81°99°
CMYK 0.530.810.00   0.01
XYZ26.491913.117994.0642
Yxy13.11790.19820.0981
Hunter Lab36.218667.1801-128.6303
CIE-Lab42.940472.5558-88.8596

#782ffd color RGB value is (120,47,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101111 11111101
Octal 170 57 375
Decimal 120 47 253
Hex 78 2F FD

RGB Percentages of Color #782ffd

%28.57
%11.19
%60.24

CMYK Percentages of Color #782ffd

%53
%81
%0
%1

Triadic Colors of #782ffd

#782ffd #fd782f #2ffd78

Analogous Colors of #782ffd

#782ffd #df2ffd #2f4dfd

Monochromatic Colors of #782ffd

#782ffd

Complementary Color

#782ffd #b4fd2f

#782ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#782ffd Color CSS Codes

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

#782ffd Text Font Color

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

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


#782ffd Background Color

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

This div background color is #782ffd


#782ffd Border Color

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

This div border color is #782ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.