Color Hex Logo

#74869d Color Hex

#74869D
(116,134,157)
0 Favorites   0 Comments

Color spaces of #74869d

RGB 116134157
HSL0.590.170.54
HSV214°26°62°
CMYK 0.260.150.00   0.38
XYZ21.813423.197535.2262
Yxy23.19750.27190.2891
Hunter Lab48.1638-3.4439-9.6491
CIE-Lab55.2752-1.0960-14.4101

#74869d color RGB value is (116,134,157).

#74869d hex color red value is 116, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #74869d hue: 0.59 , saturation: 0.17 and the lightness value of 74869d is 0.54.

The process color (four color CMYK) of #74869d color hex is 0.26, 0.15, 0.00, 0.38. Web safe color of #74869d is #669999. Color #74869d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 10011101
Octal 164 206 235
Decimal 116 134 157
Hex 74 86 9D

RGB Percentages of Color #74869d

%28.50
%32.92
%38.57

CMYK Percentages of Color #74869d

%26
%15
%0
%38

Triadic Colors of #74869d

#74869d #9d7486 #869d74

Analogous Colors of #74869d

#74869d #77749d #749b9d

Monochromatic Colors of #74869d

#74869d

Complementary Color

#74869d #9d8b74

#74869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74869d Color CSS Codes

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

#74869d Text Font Color

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

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


#74869d Background Color

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

This div background color is #74869d


#74869d Border Color

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

This div border color is #74869d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,134,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 #74869d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74869d


Comments

No comments written yet.

Please login to write comment.