Color Hex Logo

#747faf Color Hex

#747FAF
(116,127,175)
0 Favorites   0 Comments

Color spaces of #747faf

RGB 116127175
HSL0.640.270.57
HSV229°34°69°
CMYK 0.340.270.00   0.31
XYZ22.529721.986943.6139
Yxy21.98690.25560.2495
Hunter Lab46.89023.7075-22.3242
CIE-Lab54.01317.6588-26.7174

#747faf color RGB value is (116,127,175).

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

The process color (four color CMYK) of #747faf color hex is 0.34, 0.27, 0.00, 0.31. Web safe color of #747faf is #666699. Color #747faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 10101111
Octal 164 177 257
Decimal 116 127 175
Hex 74 7F AF

RGB Percentages of Color #747faf

%27.75
%30.38
%41.87

CMYK Percentages of Color #747faf

%34
%27
%0
%31

Triadic Colors of #747faf

#747faf #af747f #7faf74

Analogous Colors of #747faf

#747faf #8774af #749daf

Monochromatic Colors of #747faf

#747faf

Complementary Color

#747faf #afa474

#747faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#747faf Color CSS Codes

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

#747faf Text Font Color

<p style="color:#747faf">Text here</p>

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


#747faf Background Color

<div style="background-color:#747faf">
Div content here</div>

This div background color is #747faf


#747faf Border Color

<div style="border:3px solid #747faf">
Div here</div>

This div border color is #747faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,127,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 #747faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747faf


Comments

No comments written yet.

Please login to write comment.