Color Hex Logo

#634889 Color Hex

#634889
(99,72,137)
0 Favorites   0 Comments

Color spaces of #634889

RGB 9972137
HSL0.740.310.41
HSV265°47°54°
CMYK 0.280.470.00   0.46
XYZ11.97839.093524.7908
Yxy9.09350.26120.1983
Hunter Lab30.155418.1315-27.6335
CIE-Lab36.163725.8380-32.1882

#634889 color RGB value is (99,72,137).

#634889 hex color red value is 99, green value is 72 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #634889 hue: 0.74 , saturation: 0.31 and the lightness value of 634889 is 0.41.

The process color (four color CMYK) of #634889 color hex is 0.28, 0.47, 0.00, 0.46. Web safe color of #634889 is #663399. Color #634889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001000 10001001
Octal 143 110 211
Decimal 99 72 137
Hex 63 48 89

RGB Percentages of Color #634889

%32.14
%23.38
%44.48

CMYK Percentages of Color #634889

%28
%47
%0
%46

Triadic Colors of #634889

#634889 #896348 #488963

Analogous Colors of #634889

#634889 #844889 #484e89

Monochromatic Colors of #634889

#634889

Complementary Color

#634889 #6e8948

#634889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634889 Color CSS Codes

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

#634889 Text Font Color

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

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


#634889 Background Color

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

This div background color is #634889


#634889 Border Color

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

This div border color is #634889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634889


Comments

No comments written yet.

Please login to write comment.