Color Hex Logo

#749aaf Color Hex

#749AAF
(116,154,175)
0 Favorites   0 Comments

Color spaces of #749aaf

RGB 116154175
HSL0.560.270.57
HSV201°34°69°
CMYK 0.340.120.00   0.31
XYZ26.495929.919444.9360
Yxy29.91940.26140.2952
Hunter Lab54.6986-9.2576-10.4189
CIE-Lab61.5846-7.7909-15.1380

#749aaf color RGB value is (116,154,175).

#749aaf hex color red value is 116, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #749aaf hue: 0.56 , saturation: 0.27 and the lightness value of 749aaf is 0.57.

The process color (four color CMYK) of #749aaf color hex is 0.34, 0.12, 0.00, 0.31. Web safe color of #749aaf is #669999. Color #749aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011010 10101111
Octal 164 232 257
Decimal 116 154 175
Hex 74 9A AF

RGB Percentages of Color #749aaf

%26.07
%34.61
%39.33

CMYK Percentages of Color #749aaf

%34
%12
%0
%31

Triadic Colors of #749aaf

#749aaf #af749a #9aaf74

Analogous Colors of #749aaf

#749aaf #747daf #74afa7

Monochromatic Colors of #749aaf

#749aaf

Complementary Color

#749aaf #af8974

#749aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#749aaf Color CSS Codes

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

#749aaf Text Font Color

<p style="color:#749aaf">Text here</p>

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


#749aaf Background Color

<div style="background-color:#749aaf">
Div content here</div>

This div background color is #749aaf


#749aaf Border Color

<div style="border:3px solid #749aaf">
Div here</div>

This div border color is #749aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,154,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #749aaf;
  box-shadow:         1px 1px 3px 2px #749aaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,154,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749aaf


Comments

No comments written yet.

Please login to write comment.