Color Hex Logo

#7f88aa Color Hex

#7F88AA
(127,136,170)
0 Favorites   0 Comments

Color spaces of #7f88aa

RGB 127136170
HSL0.630.200.58
HSV227°25°67°
CMYK 0.250.200.00   0.33
XYZ24.812325.022641.5523
Yxy25.02260.27150.2738
Hunter Lab50.02261.0004-14.2346
CIE-Lab57.09744.4803-19.0391

#7f88aa color RGB value is (127,136,170).

#7f88aa hex color red value is 127, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7f88aa hue: 0.63 , saturation: 0.20 and the lightness value of 7f88aa is 0.58.

The process color (four color CMYK) of #7f88aa color hex is 0.25, 0.20, 0.00, 0.33. Web safe color of #7f88aa is #669999. Color #7f88aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001000 10101010
Octal 177 210 252
Decimal 127 136 170
Hex 7F 88 AA

RGB Percentages of Color #7f88aa

%29.33
%31.41
%39.26

CMYK Percentages of Color #7f88aa

%25
%20
%0
%33

Triadic Colors of #7f88aa

#7f88aa #aa7f88 #88aa7f

Analogous Colors of #7f88aa

#7f88aa #8c7faa #7f9eaa

Monochromatic Colors of #7f88aa

#7f88aa

Complementary Color

#7f88aa #aaa17f

#7f88aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f88aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f88aa Color CSS Codes

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

#7f88aa Text Font Color

<p style="color:#7f88aa">Text here</p>

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


#7f88aa Background Color

<div style="background-color:#7f88aa">
Div content here</div>

This div background color is #7f88aa


#7f88aa Border Color

<div style="border:3px solid #7f88aa">
Div here</div>

This div border color is #7f88aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,136,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f88aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f88aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7f88aa;
  box-shadow:         1px 1px 3px 2px #7f88aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,136,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f88aa


Comments

No comments written yet.

Please login to write comment.