Color Hex Logo

#747297 Color Hex

#747297
(116,114,151)
0 Favorites   0 Comments

Color spaces of #747297

RGB 116114151
HSL0.680.150.52
HSV243°25°59°
CMYK 0.230.250.00   0.41
XYZ18.805717.982031.7579
Yxy17.98200.27440.2623
Hunter Lab42.40524.9515-14.7196
CIE-Lab49.47439.1369-19.7491

#747297 color RGB value is (116,114,151).

#747297 hex color red value is 116, green value is 114 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #747297 hue: 0.68 , saturation: 0.15 and the lightness value of 747297 is 0.52.

The process color (four color CMYK) of #747297 color hex is 0.23, 0.25, 0.00, 0.41. Web safe color of #747297 is #666699. Color #747297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 10010111
Octal 164 162 227
Decimal 116 114 151
Hex 74 72 97

RGB Percentages of Color #747297

%30.45
%29.92
%39.63

CMYK Percentages of Color #747297

%23
%25
%0
%41

Triadic Colors of #747297

#747297 #977472 #729774

Analogous Colors of #747297

#747297 #877297 #728397

Monochromatic Colors of #747297

#747297

Complementary Color

#747297 #959772

#747297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747297 Color CSS Codes

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

#747297 Text Font Color

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

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


#747297 Background Color

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

This div background color is #747297


#747297 Border Color

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

This div border color is #747297


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,114,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747297; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747297;
  -webkit-box-shadow: 1px 1px 3px 2px #747297;
  box-shadow:         1px 1px 3px 2px #747297; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747297


Comments

No comments written yet.

Please login to write comment.