Color Hex Logo

#7799df Color Hex

#7799DF
(119,153,223)
0 Favorites   0 Comments

Color spaces of #7799df

RGB 119153223
HSL0.610.620.67
HSV220°47°87°
CMYK 0.470.310.00   0.13
XYZ32.318332.032174.2915
Yxy32.03210.23310.2310
Hunter Lab56.59692.8835-38.2087
CIE-Lab63.36946.8754-39.2279

#7799df color RGB value is (119,153,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011001 11011111
Octal 167 231 337
Decimal 119 153 223
Hex 77 99 DF

RGB Percentages of Color #7799df

%24.04
%30.91
%45.05

CMYK Percentages of Color #7799df

%47
%31
%0
%13

Triadic Colors of #7799df

#7799df #df7799 #99df77

Analogous Colors of #7799df

#7799df #8977df #77cddf

Monochromatic Colors of #7799df

#7799df

Complementary Color

#7799df #dfbd77

#7799df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7799df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7799df Color CSS Codes

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

#7799df Text Font Color

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

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


#7799df Background Color

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

This div background color is #7799df


#7799df Border Color

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

This div border color is #7799df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7799df


Comments

No comments written yet.

Please login to write comment.