Color Hex Logo

#747ebf Color Hex

#747EBF
(116,126,191)
0 Favorites   0 Comments

Color spaces of #747ebf

RGB 116126191
HSL0.640.370.60
HSV232°39°75°
CMYK 0.390.340.00   0.25
XYZ24.067322.396352.3447
Yxy22.39630.24360.2267
Hunter Lab47.32477.9591-32.4519
CIE-Lab54.445012.6824-35.2186

#747ebf color RGB value is (116,126,191).

#747ebf hex color red value is 116, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #747ebf hue: 0.64 , saturation: 0.37 and the lightness value of 747ebf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111110 10111111
Octal 164 176 277
Decimal 116 126 191
Hex 74 7E BF

RGB Percentages of Color #747ebf

%26.79
%29.10
%44.11

CMYK Percentages of Color #747ebf

%39
%34
%0
%25

Triadic Colors of #747ebf

#747ebf #bf747e #7ebf74

Analogous Colors of #747ebf

#747ebf #9074bf #74a4bf

Monochromatic Colors of #747ebf

#747ebf

Complementary Color

#747ebf #bfb574

#747ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#747ebf Color CSS Codes

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

#747ebf Text Font Color

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

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


#747ebf Background Color

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

This div background color is #747ebf


#747ebf Border Color

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

This div border color is #747ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747ebf


Comments

No comments written yet.

Please login to write comment.