Color Hex Logo

#77a1fe Color Hex

#77A1FE
(119,161,254)
0 Favorites   0 Comments

Color spaces of #77a1fe

RGB 119161254
HSL0.610.990.73
HSV221°53°100°
CMYK 0.530.370.00   0.00
XYZ38.242036.567498.8086
Yxy36.56740.22030.2106
Hunter Lab60.47107.0596-54.5492
CIE-Lab66.951211.5744-50.6117

#77a1fe color RGB value is (119,161,254).

#77a1fe hex color red value is 119, green value is 161 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #77a1fe hue: 0.61 , saturation: 0.99 and the lightness value of 77a1fe is 0.73.

The process color (four color CMYK) of #77a1fe color hex is 0.53, 0.37, 0.00, 0.00. Web safe color of #77a1fe is #6699ff. Color #77a1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10100001 11111110
Octal 167 241 376
Decimal 119 161 254
Hex 77 A1 FE

RGB Percentages of Color #77a1fe

%22.28
%30.15
%47.57

CMYK Percentages of Color #77a1fe

%53
%37
%0
%0

Triadic Colors of #77a1fe

#77a1fe #fe77a1 #a1fe77

Analogous Colors of #77a1fe

#77a1fe #9177fe #77e5fe

Monochromatic Colors of #77a1fe

#77a1fe

Complementary Color

#77a1fe #fed477

#77a1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77a1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77a1fe Color CSS Codes

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

#77a1fe Text Font Color

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

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


#77a1fe Background Color

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

This div background color is #77a1fe


#77a1fe Border Color

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

This div border color is #77a1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77a1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.