Color Hex Logo

#784bff Color Hex

#784BFF
(120,75,255)
0 Favorites   0 Comments

Color spaces of #784bff

RGB 12075255
HSL0.711.000.65
HSV255°71°100°
CMYK 0.530.710.00   0.00
XYZ28.311816.245296.2512
Yxy16.24520.20110.1154
Hunter Lab40.305354.8500-113.3738
CIE-Lab47.294661.1017-82.8173

#784bff color RGB value is (120,75,255).

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

The process color (four color CMYK) of #784bff color hex is 0.53, 0.71, 0.00, 0.00. Web safe color of #784bff is #6633ff. Color #784bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001011 11111111
Octal 170 113 377
Decimal 120 75 255
Hex 78 4B FF

RGB Percentages of Color #784bff

%26.67
%16.67
%56.67

CMYK Percentages of Color #784bff

%53
%71
%0
%0

Triadic Colors of #784bff

#784bff #ff784b #4bff78

Analogous Colors of #784bff

#784bff #d24bff #4b78ff

Monochromatic Colors of #784bff

#784bff

Complementary Color

#784bff #d2ff4b

#784bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#784bff Color CSS Codes

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

#784bff Text Font Color

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

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


#784bff Background Color

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

This div background color is #784bff


#784bff Border Color

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

This div border color is #784bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784bff

Related Colors


Comments

No comments written yet.

Please login to write comment.