Color Hex Logo

#781efb Color Hex

#781EFB
(120,30,251)
0 Favorites   0 Comments

Color spaces of #781efb

RGB 12030251
HSL0.730.970.55
HSV264°88°98°
CMYK 0.520.880.00   0.02
XYZ25.622611.886792.2107
Yxy11.88670.19750.0916
Hunter Lab34.477172.3223-134.4401
CIE-Lab41.035577.1543-90.8844

#781efb color RGB value is (120,30,251).

#781efb hex color red value is 120, green value is 30 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #781efb hue: 0.73 , saturation: 0.97 and the lightness value of 781efb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011110 11111011
Octal 170 36 373
Decimal 120 30 251
Hex 78 1E FB

RGB Percentages of Color #781efb

%29.93
%7.48
%62.59

CMYK Percentages of Color #781efb

%52
%88
%0
%2

Triadic Colors of #781efb

#781efb #fb781e #1efb78

Analogous Colors of #781efb

#781efb #e71efb #1e32fb

Monochromatic Colors of #781efb

#781efb

Complementary Color

#781efb #a1fb1e

#781efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#781efb Color CSS Codes

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

#781efb Text Font Color

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

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


#781efb Background Color

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

This div background color is #781efb


#781efb Border Color

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

This div border color is #781efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781efb


Comments

No comments written yet.

Please login to write comment.