Color Hex Logo

#747ecf Color Hex

#747ECF
(116,126,207)
0 Favorites   0 Comments

Color spaces of #747ecf

RGB 116126207
HSL0.650.490.63
HSV233°44°81°
CMYK 0.440.390.00   0.19
XYZ25.925823.139762.1315
Yxy23.13970.23320.2081
Hunter Lab48.103712.0221-42.9072
CIE-Lab55.215917.3006-43.1015

#747ecf color RGB value is (116,126,207).

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

The process color (four color CMYK) of #747ecf color hex is 0.44, 0.39, 0.00, 0.19. Web safe color of #747ecf is #6666cc. Color #747ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 11001111
Octal 164 176 317
Decimal 116 126 207
Hex 74 7E CF

RGB Percentages of Color #747ecf

%25.84
%28.06
%46.10

CMYK Percentages of Color #747ecf

%44
%39
%0
%19

Triadic Colors of #747ecf

#747ecf #cf747e #7ecf74

Analogous Colors of #747ecf

#747ecf #9874cf #74accf

Monochromatic Colors of #747ecf

#747ecf

Complementary Color

#747ecf #cfc574

#747ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#747ecf Color CSS Codes

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

#747ecf Text Font Color

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

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


#747ecf Background Color

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

This div background color is #747ecf


#747ecf Border Color

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

This div border color is #747ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747ecf


Comments

No comments written yet.

Please login to write comment.