Color Hex Logo

#74839f Color Hex

#74839F
(116,131,159)
0 Favorites   0 Comments

Color spaces of #74839f

RGB 116131159
HSL0.610.180.54
HSV219°27°62°
CMYK 0.270.180.00   0.38
XYZ21.576822.448835.9967
Yxy22.44880.26960.2805
Hunter Lab47.3802-1.6269-11.8790
CIE-Lab54.50001.1346-16.7405

#74839f color RGB value is (116,131,159).

#74839f hex color red value is 116, green value is 131 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #74839f hue: 0.61 , saturation: 0.18 and the lightness value of 74839f is 0.54.

The process color (four color CMYK) of #74839f color hex is 0.27, 0.18, 0.00, 0.38. Web safe color of #74839f is #669999. Color #74839f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000011 10011111
Octal 164 203 237
Decimal 116 131 159
Hex 74 83 9F

RGB Percentages of Color #74839f

%28.57
%32.27
%39.16

CMYK Percentages of Color #74839f

%27
%18
%0
%38

Triadic Colors of #74839f

#74839f #9f7483 #839f74

Analogous Colors of #74839f

#74839f #7b749f #74999f

Monochromatic Colors of #74839f

#74839f

Complementary Color

#74839f #9f9074

#74839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74839f Color CSS Codes

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

#74839f Text Font Color

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

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


#74839f Background Color

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

This div background color is #74839f


#74839f Border Color

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

This div border color is #74839f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,131,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74839f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74839f;
  -webkit-box-shadow: 1px 1px 3px 2px #74839f;
  box-shadow:         1px 1px 3px 2px #74839f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74839f


Comments

No comments written yet.

Please login to write comment.