Color Hex Logo

#7796df Color Hex

#7796DF
(119,150,223)
0 Favorites   0 Comments

Color spaces of #7796df

RGB 119150223
HSL0.620.620.67
HSV222°47°87°
CMYK 0.470.330.00   0.13
XYZ31.833431.062374.1299
Yxy31.06230.23230.2267
Hunter Lab55.73364.4203-39.8467
CIE-Lab62.56028.6093-40.4954

#7796df color RGB value is (119,150,223).

#7796df hex color red value is 119, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7796df hue: 0.62 , saturation: 0.62 and the lightness value of 7796df is 0.67.

The process color (four color CMYK) of #7796df color hex is 0.47, 0.33, 0.00, 0.13. Web safe color of #7796df is #6699cc. Color #7796df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 11011111
Octal 167 226 337
Decimal 119 150 223
Hex 77 96 DF

RGB Percentages of Color #7796df

%24.19
%30.49
%45.33

CMYK Percentages of Color #7796df

%47
%33
%0
%13

Triadic Colors of #7796df

#7796df #df7796 #96df77

Analogous Colors of #7796df

#7796df #8c77df #77cadf

Monochromatic Colors of #7796df

#7796df

Complementary Color

#7796df #dfc077

#7796df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7796df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7796df Color CSS Codes

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

#7796df Text Font Color

<p style="color:#7796df">Text here</p>

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


#7796df Background Color

<div style="background-color:#7796df">
Div content here</div>

This div background color is #7796df


#7796df Border Color

<div style="border:3px solid #7796df">
Div here</div>

This div border color is #7796df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,150,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7796df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7796df;
  -webkit-box-shadow: 1px 1px 3px 2px #7796df;
  box-shadow:         1px 1px 3px 2px #7796df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7796df


Comments

No comments written yet.

Please login to write comment.