Color Hex Logo

#74739d Color Hex

#74739D
(116,115,157)
0 Favorites   0 Comments

Color spaces of #74739d

RGB 116115157
HSL0.670.180.53
HSV241°27°62°
CMYK 0.260.270.00   0.38
XYZ19.419018.408834.4280
Yxy18.40880.26880.2548
Hunter Lab42.90555.7044-17.5414
CIE-Lab49.988210.0550-22.4806

#74739d color RGB value is (116,115,157).

#74739d hex color red value is 116, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #74739d hue: 0.67 , saturation: 0.18 and the lightness value of 74739d is 0.53.

The process color (four color CMYK) of #74739d color hex is 0.26, 0.27, 0.00, 0.38. Web safe color of #74739d is #666699. Color #74739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110011 10011101
Octal 164 163 235
Decimal 116 115 157
Hex 74 73 9D

RGB Percentages of Color #74739d

%29.90
%29.64
%40.46

CMYK Percentages of Color #74739d

%26
%27
%0
%38

Triadic Colors of #74739d

#74739d #9d7473 #739d74

Analogous Colors of #74739d

#74739d #89739d #73879d

Monochromatic Colors of #74739d

#74739d

Complementary Color

#74739d #9c9d73

#74739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74739d Color CSS Codes

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

#74739d Text Font Color

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

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


#74739d Background Color

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

This div background color is #74739d


#74739d Border Color

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

This div border color is #74739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74739d;
  -webkit-box-shadow: 1px 1px 3px 2px #74739d;
  box-shadow:         1px 1px 3px 2px #74739d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74739d


Comments

No comments written yet.

Please login to write comment.