Color Hex Logo

#747fa8 Color Hex

#747FA8
(116,127,168)
0 Favorites   0 Comments

Color spaces of #747fa8

RGB 116127168
HSL0.630.230.56
HSV227°31°66°
CMYK 0.310.240.00   0.34
XYZ21.859721.718940.0858
Yxy21.71890.26130.2596
Hunter Lab46.60352.1704-18.3755
CIE-Lab53.72755.7916-23.1222

#747fa8 color RGB value is (116,127,168).

#747fa8 hex color red value is 116, green value is 127 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #747fa8 hue: 0.63 , saturation: 0.23 and the lightness value of 747fa8 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111111 10101000
Octal 164 177 250
Decimal 116 127 168
Hex 74 7F A8

RGB Percentages of Color #747fa8

%28.22
%30.90
%40.88

CMYK Percentages of Color #747fa8

%31
%24
%0
%34

Triadic Colors of #747fa8

#747fa8 #a8747f #7fa874

Analogous Colors of #747fa8

#747fa8 #8374a8 #7499a8

Monochromatic Colors of #747fa8

#747fa8

Complementary Color

#747fa8 #a89d74

#747fa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747fa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747fa8 Color CSS Codes

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

#747fa8 Text Font Color

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

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


#747fa8 Background Color

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

This div background color is #747fa8


#747fa8 Border Color

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

This div border color is #747fa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747fa8


Comments

No comments written yet.

Please login to write comment.