Color Hex Logo

#634489 Color Hex

#634489
(99,68,137)
0 Favorites   0 Comments

Color spaces of #634489

RGB 9968137
HSL0.740.340.40
HSV267°50°54°
CMYK 0.280.500.00   0.46
XYZ11.72818.593024.7074
Yxy8.59300.26050.1908
Hunter Lab29.313820.1165-29.4534
CIE-Lab35.188628.2834-33.7324

#634489 color RGB value is (99,68,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000100 10001001
Octal 143 104 211
Decimal 99 68 137
Hex 63 44 89

RGB Percentages of Color #634489

%32.57
%22.37
%45.07

CMYK Percentages of Color #634489

%28
%50
%0
%46

Triadic Colors of #634489

#634489 #896344 #448963

Analogous Colors of #634489

#634489 #864489 #444789

Monochromatic Colors of #634489

#634489

Complementary Color

#634489 #6a8944

#634489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634489 Color CSS Codes

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

#634489 Text Font Color

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

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


#634489 Background Color

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

This div background color is #634489


#634489 Border Color

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

This div border color is #634489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,68,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 #634489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634489


Comments

No comments written yet.

Please login to write comment.