Color Hex Logo

#747dae Color Hex

#747DAE
(116,125,174)
0 Favorites   0 Comments

Color spaces of #747dae

RGB 116125174
HSL0.640.260.57
HSV231°33°68°
CMYK 0.330.280.00   0.32
XYZ22.176121.436243.0132
Yxy21.43620.25600.2475
Hunter Lab46.29924.4731-22.6725
CIE-Lab53.42368.5723-27.0538

#747dae color RGB value is (116,125,174).

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

The process color (four color CMYK) of #747dae color hex is 0.33, 0.28, 0.00, 0.32. Web safe color of #747dae is #666699. Color #747dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 10101110
Octal 164 175 256
Decimal 116 125 174
Hex 74 7D AE

RGB Percentages of Color #747dae

%27.95
%30.12
%41.93

CMYK Percentages of Color #747dae

%33
%28
%0
%32

Triadic Colors of #747dae

#747dae #ae747d #7dae74

Analogous Colors of #747dae

#747dae #8874ae #749aae

Monochromatic Colors of #747dae

#747dae

Complementary Color

#747dae #aea574

#747dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#747dae Color CSS Codes

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

#747dae Text Font Color

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

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


#747dae Background Color

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

This div background color is #747dae


#747dae Border Color

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

This div border color is #747dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747dae


Comments

No comments written yet.

Please login to write comment.