Color Hex Logo

#634774 Color Hex

#634774
(99,71,116)
0 Favorites   0 Comments

Color spaces of #634774

RGB 9971116
HSL0.770.240.37
HSV277°39°45°
CMYK 0.150.390.00   0.55
XYZ10.55128.420117.5921
Yxy8.42010.28860.2303
Hunter Lab29.017414.1250-15.6330
CIE-Lab34.842921.1518-21.2702

#634774 color RGB value is (99,71,116).

#634774 hex color red value is 99, green value is 71 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #634774 hue: 0.77 , saturation: 0.24 and the lightness value of 634774 is 0.37.

The process color (four color CMYK) of #634774 color hex is 0.15, 0.39, 0.00, 0.55. Web safe color of #634774 is #663366. Color #634774 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000111 01110100
Octal 143 107 164
Decimal 99 71 116
Hex 63 47 74

RGB Percentages of Color #634774

%34.62
%24.83
%40.56

CMYK Percentages of Color #634774

%15
%39
%0
%55

Triadic Colors of #634774

#634774 #746347 #477463

Analogous Colors of #634774

#634774 #74476f #4d4774

Monochromatic Colors of #634774

#634774

Complementary Color

#634774 #587447

#634774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634774 Color CSS Codes

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

#634774 Text Font Color

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

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


#634774 Background Color

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

This div background color is #634774


#634774 Border Color

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

This div border color is #634774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634774


Comments

No comments written yet.

Please login to write comment.