Color Hex Logo

#747aee Color Hex

#747AEE
(116,122,238)
0 Favorites   0 Comments

Color spaces of #747aee

RGB 116122238
HSL0.660.780.69
HSV237°51°93°
CMYK 0.510.490.00   0.07
XYZ29.594623.805183.9240
Yxy23.80510.21550.1734
Hunter Lab48.790522.8886-67.8308
CIE-Lab55.892129.0122-59.4225

#747aee color RGB value is (116,122,238).

#747aee hex color red value is 116, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #747aee hue: 0.66 , saturation: 0.78 and the lightness value of 747aee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111010 11101110
Octal 164 172 356
Decimal 116 122 238
Hex 74 7A EE

RGB Percentages of Color #747aee

%24.37
%25.63
%50.00

CMYK Percentages of Color #747aee

%51
%49
%0
%7

Triadic Colors of #747aee

#747aee #ee747a #7aee74

Analogous Colors of #747aee

#747aee #ab74ee #74b7ee

Monochromatic Colors of #747aee

#747aee

Complementary Color

#747aee #eee874

#747aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#747aee Color CSS Codes

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

#747aee Text Font Color

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

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


#747aee Background Color

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

This div background color is #747aee


#747aee Border Color

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

This div border color is #747aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747aee


Comments

No comments written yet.

Please login to write comment.