Color Hex Logo

#7784ea Color Hex

#7784EA
(119,132,234)
0 Favorites   0 Comments

Color spaces of #7784ea

RGB 119132234
HSL0.650.730.69
HSV233°49°92°
CMYK 0.490.440.00   0.08
XYZ30.710326.365081.3122
Yxy26.36500.22190.1905
Hunter Lab51.346916.9030-57.9480
CIE-Lab58.381922.4867-53.2074

#7784ea color RGB value is (119,132,234).

#7784ea hex color red value is 119, green value is 132 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7784ea hue: 0.65 , saturation: 0.73 and the lightness value of 7784ea is 0.69.

The process color (four color CMYK) of #7784ea color hex is 0.49, 0.44, 0.00, 0.08. Web safe color of #7784ea is #6699ff. Color #7784ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 11101010
Octal 167 204 352
Decimal 119 132 234
Hex 77 84 EA

RGB Percentages of Color #7784ea

%24.54
%27.22
%48.25

CMYK Percentages of Color #7784ea

%49
%44
%0
%8

Triadic Colors of #7784ea

#7784ea #ea7784 #84ea77

Analogous Colors of #7784ea

#7784ea #a477ea #77beea

Monochromatic Colors of #7784ea

#7784ea

Complementary Color

#7784ea #eadd77

#7784ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7784ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7784ea Color CSS Codes

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

#7784ea Text Font Color

<p style="color:#7784ea">Text here</p>

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


#7784ea Background Color

<div style="background-color:#7784ea">
Div content here</div>

This div background color is #7784ea


#7784ea Border Color

<div style="border:3px solid #7784ea">
Div here</div>

This div border color is #7784ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,132,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7784ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7784ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7784ea;
  box-shadow:         1px 1px 3px 2px #7784ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,132,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 #7784ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7784ea


Comments

No comments written yet.

Please login to write comment.