Color Hex Logo

#634762 Color Hex

#634762
(99,71,98)
0 Favorites   0 Comments

Color spaces of #634762

RGB 997198
HSL0.840.160.33
HSV302°28°39°
CMYK 0.000.280.01   0.61
XYZ9.60348.041012.6012
Yxy8.04100.31750.2659
Hunter Lab28.356710.8275-6.4978
CIE-Lab34.068117.0691-11.1403

#634762 color RGB value is (99,71,98).

#634762 hex color red value is 99, green value is 71 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #634762 hue: 0.84 , saturation: 0.16 and the lightness value of 634762 is 0.33.

The process color (four color CMYK) of #634762 color hex is 0.00, 0.28, 0.01, 0.61. Web safe color of #634762 is #663366. Color #634762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000111 01100010
Octal 143 107 142
Decimal 99 71 98
Hex 63 47 62

RGB Percentages of Color #634762

%36.94
%26.49
%36.57

CMYK Percentages of Color #634762

%0
%28
%1
%61

Triadic Colors of #634762

#634762 #626347 #476263

Analogous Colors of #634762

#634762 #634754 #564763

Monochromatic Colors of #634762

#634762

Complementary Color

#634762 #476348

#634762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634762 Color CSS Codes

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

#634762 Text Font Color

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

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


#634762 Background Color

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

This div background color is #634762


#634762 Border Color

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

This div border color is #634762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634762


Comments

No comments written yet.

Please login to write comment.