Color Hex Logo

#784fea Color Hex

#784FEA
(120,79,234)
0 Favorites   0 Comments

Color spaces of #784fea

RGB 12079234
HSL0.710.790.61
HSV256°66°92°
CMYK 0.490.660.00   0.08
XYZ25.393015.525579.5003
Yxy15.52550.21090.1289
Hunter Lab39.402446.0806-92.0448
CIE-Lab46.345753.2977-72.6015

#784fea color RGB value is (120,79,234).

#784fea hex color red value is 120, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #784fea hue: 0.71 , saturation: 0.79 and the lightness value of 784fea is 0.61.

The process color (four color CMYK) of #784fea color hex is 0.49, 0.66, 0.00, 0.08. Web safe color of #784fea is #6666ff. Color #784fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001111 11101010
Octal 170 117 352
Decimal 120 79 234
Hex 78 4F EA

RGB Percentages of Color #784fea

%27.71
%18.24
%54.04

CMYK Percentages of Color #784fea

%49
%66
%0
%8

Triadic Colors of #784fea

#784fea #ea784f #4fea78

Analogous Colors of #784fea

#784fea #c64fea #4f74ea

Monochromatic Colors of #784fea

#784fea

Complementary Color

#784fea #c1ea4f

#784fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#784fea Color CSS Codes

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

#784fea Text Font Color

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

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


#784fea Background Color

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

This div background color is #784fea


#784fea Border Color

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

This div border color is #784fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784fea


Comments

No comments written yet.

Please login to write comment.