Color Hex Logo

#77a2cb Color Hex

#77A2CB
(119,162,203)
0 Favorites   0 Comments

Color spaces of #77a2cb

RGB 119162203
HSL0.580.450.63
HSV209°41°80°
CMYK 0.410.200.00   0.20
XYZ31.307634.074461.4268
Yxy34.07440.24690.2687
Hunter Lab58.3733-6.4175-21.5302
CIE-Lab65.0216-3.9226-25.5657

#77a2cb color RGB value is (119,162,203).

#77a2cb hex color red value is 119, green value is 162 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #77a2cb hue: 0.58 , saturation: 0.45 and the lightness value of 77a2cb is 0.63.

The process color (four color CMYK) of #77a2cb color hex is 0.41, 0.20, 0.00, 0.20. Web safe color of #77a2cb is #6699cc. Color #77a2cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10100010 11001011
Octal 167 242 313
Decimal 119 162 203
Hex 77 A2 CB

RGB Percentages of Color #77a2cb

%24.59
%33.47
%41.94

CMYK Percentages of Color #77a2cb

%41
%20
%0
%20

Triadic Colors of #77a2cb

#77a2cb #cb77a2 #a2cb77

Analogous Colors of #77a2cb

#77a2cb #7778cb #77cbca

Monochromatic Colors of #77a2cb

#77a2cb

Complementary Color

#77a2cb #cba077

#77a2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77a2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77a2cb Color CSS Codes

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

#77a2cb Text Font Color

<p style="color:#77a2cb">Text here</p>

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


#77a2cb Background Color

<div style="background-color:#77a2cb">
Div content here</div>

This div background color is #77a2cb


#77a2cb Border Color

<div style="border:3px solid #77a2cb">
Div here</div>

This div border color is #77a2cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,162,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77a2cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77a2cb;
  -webkit-box-shadow: 1px 1px 3px 2px #77a2cb;
  box-shadow:         1px 1px 3px 2px #77a2cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77a2cb


Comments

No comments written yet.

Please login to write comment.