Color Hex Logo

#747daf Color Hex

#747DAF
(116,125,175)
0 Favorites   0 Comments

Color spaces of #747daf

RGB 116125175
HSL0.640.270.57
HSV231°34°69°
CMYK 0.340.290.00   0.31
XYZ22.273921.475443.5286
Yxy21.47540.25520.2461
Hunter Lab46.34164.6976-23.2520
CIE-Lab53.46598.8418-27.5647

#747daf color RGB value is (116,125,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111101 10101111
Octal 164 175 257
Decimal 116 125 175
Hex 74 7D AF

RGB Percentages of Color #747daf

%27.88
%30.05
%42.07

CMYK Percentages of Color #747daf

%34
%29
%0
%31

Triadic Colors of #747daf

#747daf #af747d #7daf74

Analogous Colors of #747daf

#747daf #8974af #749baf

Monochromatic Colors of #747daf

#747daf

Complementary Color

#747daf #afa674

#747daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#747daf Color CSS Codes

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

#747daf Text Font Color

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

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


#747daf Background Color

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

This div background color is #747daf


#747daf Border Color

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

This div border color is #747daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747daf


Comments

No comments written yet.

Please login to write comment.