Color Hex Logo

#747dad Color Hex

#747DAD
(116,125,173)
0 Favorites   0 Comments

Color spaces of #747dad

RGB 116125173
HSL0.640.260.57
HSV231°33°68°
CMYK 0.330.280.00   0.32
XYZ22.078921.397442.5016
Yxy21.39740.25680.2489
Hunter Lab46.25734.2488-22.0960
CIE-Lab53.38178.3026-26.5419

#747dad color RGB value is (116,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 10101101
Octal 164 175 255
Decimal 116 125 173
Hex 74 7D AD

RGB Percentages of Color #747dad

%28.02
%30.19
%41.79

CMYK Percentages of Color #747dad

%33
%28
%0
%32

Triadic Colors of #747dad

#747dad #ad747d #7dad74

Analogous Colors of #747dad

#747dad #8874ad #749aad

Monochromatic Colors of #747dad

#747dad

Complementary Color

#747dad #ada474

#747dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#747dad Color CSS Codes

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

#747dad Text Font Color

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

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


#747dad Background Color

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

This div background color is #747dad


#747dad Border Color

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

This div border color is #747dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747dad


Comments

No comments written yet.

Please login to write comment.