Color Hex Logo

#747eed Color Hex

#747EED
(116,126,237)
0 Favorites   0 Comments

Color spaces of #747eed

RGB 116126237
HSL0.650.770.69
HSV235°51°93°
CMYK 0.510.470.00   0.07
XYZ29.949424.749183.3193
Yxy24.74910.21700.1793
Hunter Lab49.748520.4001-64.4756
CIE-Lab56.830126.3179-57.3637

#747eed color RGB value is (116,126,237).

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

The process color (four color CMYK) of #747eed color hex is 0.51, 0.47, 0.00, 0.07. Web safe color of #747eed is #6666ff. Color #747eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 11101101
Octal 164 176 355
Decimal 116 126 237
Hex 74 7E ED

RGB Percentages of Color #747eed

%24.22
%26.30
%49.48

CMYK Percentages of Color #747eed

%51
%47
%0
%7

Triadic Colors of #747eed

#747eed #ed747e #7eed74

Analogous Colors of #747eed

#747eed #a774ed #74bbed

Monochromatic Colors of #747eed

#747eed

Complementary Color

#747eed #ede374

#747eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#747eed Color CSS Codes

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

#747eed Text Font Color

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

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


#747eed Background Color

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

This div background color is #747eed


#747eed Border Color

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

This div border color is #747eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747eed


Comments

No comments written yet.

Please login to write comment.