Color Hex Logo

#7799ce Color Hex

#7799CE
(119,153,206)
0 Favorites   0 Comments

Color spaces of #7799ce

RGB 119153206
HSL0.600.470.64
HSV217°42°81°
CMYK 0.420.260.00   0.19
XYZ30.139631.160662.8186
Yxy31.16060.24280.2511
Hunter Lab55.8217-1.3111-27.6465
CIE-Lab62.64301.9813-30.9055

#7799ce color RGB value is (119,153,206).

#7799ce hex color red value is 119, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7799ce hue: 0.60 , saturation: 0.47 and the lightness value of 7799ce is 0.64.

The process color (four color CMYK) of #7799ce color hex is 0.42, 0.26, 0.00, 0.19. Web safe color of #7799ce is #6699cc. Color #7799ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011001 11001110
Octal 167 231 316
Decimal 119 153 206
Hex 77 99 CE

RGB Percentages of Color #7799ce

%24.90
%32.01
%43.10

CMYK Percentages of Color #7799ce

%42
%26
%0
%19

Triadic Colors of #7799ce

#7799ce #ce7799 #99ce77

Analogous Colors of #7799ce

#7799ce #8177ce #77c5ce

Monochromatic Colors of #7799ce

#7799ce

Complementary Color

#7799ce #ceac77

#7799ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7799ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7799ce Color CSS Codes

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

#7799ce Text Font Color

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

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


#7799ce Background Color

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

This div background color is #7799ce


#7799ce Border Color

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

This div border color is #7799ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7799ce


Comments

No comments written yet.

Please login to write comment.