Color Hex Logo

#784efb Color Hex

#784EFB
(120,78,251)
0 Favorites   0 Comments

Color spaces of #784efb

RGB 12078251
HSL0.710.960.65
HSV255°69°98°
CMYK 0.520.690.00   0.02
XYZ27.882716.406992.9641
Yxy16.40690.20310.1195
Hunter Lab40.505451.9894-107.7228
CIE-Lab47.503958.5039-80.2460

#784efb color RGB value is (120,78,251).

#784efb hex color red value is 120, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #784efb hue: 0.71 , saturation: 0.96 and the lightness value of 784efb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001110 11111011
Octal 170 116 373
Decimal 120 78 251
Hex 78 4E FB

RGB Percentages of Color #784efb

%26.73
%17.37
%55.90

CMYK Percentages of Color #784efb

%52
%69
%0
%2

Triadic Colors of #784efb

#784efb #fb784e #4efb78

Analogous Colors of #784efb

#784efb #cf4efb #4e7bfb

Monochromatic Colors of #784efb

#784efb

Complementary Color

#784efb #d1fb4e

#784efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#784efb Color CSS Codes

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

#784efb Text Font Color

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

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


#784efb Background Color

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

This div background color is #784efb


#784efb Border Color

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

This div border color is #784efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784efb


Comments

No comments written yet.

Please login to write comment.