Color Hex Logo

#747eda Color Hex

#747EDA
(116,126,218)
0 Favorites   0 Comments

Color spaces of #747eda

RGB 116126218
HSL0.650.580.65
HSV234°47°85°
CMYK 0.470.420.00   0.15
XYZ27.318223.696769.4638
Yxy23.69670.22670.1967
Hunter Lab48.679314.9833-50.5295
CIE-Lab55.782820.5613-48.4086

#747eda color RGB value is (116,126,218).

#747eda hex color red value is 116, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #747eda hue: 0.65 , saturation: 0.58 and the lightness value of 747eda is 0.65.

The process color (four color CMYK) of #747eda color hex is 0.47, 0.42, 0.00, 0.15. Web safe color of #747eda is #6666cc. Color #747eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 11011010
Octal 164 176 332
Decimal 116 126 218
Hex 74 7E DA

RGB Percentages of Color #747eda

%25.22
%27.39
%47.39

CMYK Percentages of Color #747eda

%47
%42
%0
%15

Triadic Colors of #747eda

#747eda #da747e #7eda74

Analogous Colors of #747eda

#747eda #9d74da #74b1da

Monochromatic Colors of #747eda

#747eda

Complementary Color

#747eda #dad074

#747eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#747eda Color CSS Codes

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

#747eda Text Font Color

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

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


#747eda Background Color

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

This div background color is #747eda


#747eda Border Color

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

This div border color is #747eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747eda


Comments

No comments written yet.

Please login to write comment.