Color Hex Logo

#74638f Color Hex

#74638F
(116,99,143)
0 Favorites   0 Comments

Color spaces of #74638f

RGB 11699143
HSL0.730.180.47
HSV263°31°56°
CMYK 0.190.310.00   0.44
XYZ16.622214.619927.9324
Yxy14.61990.28090.2471
Hunter Lab38.236010.6858-16.5477
CIE-Lab45.109116.2090-21.7201

#74638f color RGB value is (116,99,143).

#74638f hex color red value is 116, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #74638f hue: 0.73 , saturation: 0.18 and the lightness value of 74638f is 0.47.

The process color (four color CMYK) of #74638f color hex is 0.19, 0.31, 0.00, 0.44. Web safe color of #74638f is #666699. Color #74638f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 10001111
Octal 164 143 217
Decimal 116 99 143
Hex 74 63 8F

RGB Percentages of Color #74638f

%32.40
%27.65
%39.94

CMYK Percentages of Color #74638f

%19
%31
%0
%44

Triadic Colors of #74638f

#74638f #8f7463 #638f74

Analogous Colors of #74638f

#74638f #8a638f #63688f

Monochromatic Colors of #74638f

#74638f

Complementary Color

#74638f #7e8f63

#74638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74638f Color CSS Codes

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

#74638f Text Font Color

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

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


#74638f Background Color

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

This div background color is #74638f


#74638f Border Color

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

This div border color is #74638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74638f


Comments

No comments written yet.

Please login to write comment.