Color Hex Logo

#7784cf Color Hex

#7784CF
(119,132,207)
0 Favorites   0 Comments

Color spaces of #7784cf

RGB 119132207
HSL0.640.480.64
HSV231°43°81°
CMYK 0.430.360.00   0.19
XYZ27.121524.929562.4139
Yxy24.92950.23690.2178
Hunter Lab49.92959.5840-39.1644
CIE-Lab57.006714.4923-40.2650

#7784cf color RGB value is (119,132,207).

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

The process color (four color CMYK) of #7784cf color hex is 0.43, 0.36, 0.00, 0.19. Web safe color of #7784cf is #6699cc. Color #7784cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000100 11001111
Octal 167 204 317
Decimal 119 132 207
Hex 77 84 CF

RGB Percentages of Color #7784cf

%25.98
%28.82
%45.20

CMYK Percentages of Color #7784cf

%43
%36
%0
%19

Triadic Colors of #7784cf

#7784cf #cf7784 #84cf77

Analogous Colors of #7784cf

#7784cf #9677cf #77b0cf

Monochromatic Colors of #7784cf

#7784cf

Complementary Color

#7784cf #cfc277

#7784cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7784cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7784cf Color CSS Codes

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

#7784cf Text Font Color

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

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


#7784cf Background Color

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

This div background color is #7784cf


#7784cf Border Color

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

This div border color is #7784cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7784cf


Comments

No comments written yet.

Please login to write comment.