Color Hex Logo

#781ffd Color Hex

#781FFD
(120,31,253)
0 Favorites   0 Comments

Color spaces of #781ffd

RGB 12031253
HSL0.730.980.56
HSV264°88°99°
CMYK 0.530.880.00   0.01
XYZ25.965312.064993.8887
Yxy12.06490.19680.0915
Hunter Lab34.734672.6495-135.9487
CIE-Lab41.319177.3655-91.5364

#781ffd color RGB value is (120,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011111 11111101
Octal 170 37 375
Decimal 120 31 253
Hex 78 1F FD

RGB Percentages of Color #781ffd

%29.70
%7.67
%62.62

CMYK Percentages of Color #781ffd

%53
%88
%0
%1

Triadic Colors of #781ffd

#781ffd #fd781f #1ffd78

Analogous Colors of #781ffd

#781ffd #e71ffd #1f35fd

Monochromatic Colors of #781ffd

#781ffd

Complementary Color

#781ffd #a4fd1f

#781ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ffd Color CSS Codes

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

#781ffd Text Font Color

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

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


#781ffd Background Color

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

This div background color is #781ffd


#781ffd Border Color

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

This div border color is #781ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ffd


Comments

No comments written yet.

Please login to write comment.