Color Hex Logo

#7784da Color Hex

#7784DA
(119,132,218)
0 Favorites   0 Comments

Color spaces of #7784da

RGB 119132218
HSL0.640.570.66
HSV232°45°85°
CMYK 0.450.390.00   0.15
XYZ28.513925.486469.7462
Yxy25.48640.23040.2060
Hunter Lab50.484112.4715-46.5732
CIE-Lab57.546317.7058-45.6012

#7784da color RGB value is (119,132,218).

#7784da hex color red value is 119, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7784da hue: 0.64 , saturation: 0.57 and the lightness value of 7784da is 0.66.

The process color (four color CMYK) of #7784da color hex is 0.45, 0.39, 0.00, 0.15. Web safe color of #7784da is #6699cc. Color #7784da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 11011010
Octal 167 204 332
Decimal 119 132 218
Hex 77 84 DA

RGB Percentages of Color #7784da

%25.37
%28.14
%46.48

CMYK Percentages of Color #7784da

%45
%39
%0
%15

Triadic Colors of #7784da

#7784da #da7784 #84da77

Analogous Colors of #7784da

#7784da #9c77da #77b6da

Monochromatic Colors of #7784da

#7784da

Complementary Color

#7784da #dacd77

#7784da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7784da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7784da Color CSS Codes

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

#7784da Text Font Color

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

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


#7784da Background Color

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

This div background color is #7784da


#7784da Border Color

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

This div border color is #7784da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,132,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7784da


Comments

No comments written yet.

Please login to write comment.