Color Hex Logo

#747eff Color Hex

#747EFF
(116,126,255)
0 Favorites   0 Comments

Color spaces of #747eff

RGB 116126255
HSL0.651.000.73
HSV236°55°100°
CMYK 0.550.510.00   0.00
XYZ32.713325.854797.8740
Yxy25.85470.20910.1653
Hunter Lab50.847525.8568-78.5313
CIE-Lab57.898931.8714-65.6067

#747eff color RGB value is (116,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 11111111
Octal 164 176 377
Decimal 116 126 255
Hex 74 7E FF

RGB Percentages of Color #747eff

%23.34
%25.35
%51.31

CMYK Percentages of Color #747eff

%55
%51
%0
%0

Triadic Colors of #747eff

#747eff #ff747e #7eff74

Analogous Colors of #747eff

#747eff #b074ff #74c4ff

Monochromatic Colors of #747eff

#747eff

Complementary Color

#747eff #fff574

#747eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#747eff Color CSS Codes

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

#747eff Text Font Color

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

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


#747eff Background Color

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

This div background color is #747eff


#747eff Border Color

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

This div border color is #747eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747eff

Related Colors


Comments

No comments written yet.

Please login to write comment.