Color Hex Logo

#634987 Color Hex

#634987
(99,73,135)
0 Favorites   0 Comments

Color spaces of #634987

RGB 9973135
HSL0.740.300.41
HSV265°46°53°
CMYK 0.270.460.00   0.47
XYZ11.90139.167024.0638
Yxy9.16700.26370.2031
Hunter Lab30.277117.1799-25.9290
CIE-Lab36.303924.6955-30.7409

#634987 color RGB value is (99,73,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001001 10000111
Octal 143 111 207
Decimal 99 73 135
Hex 63 49 87

RGB Percentages of Color #634987

%32.25
%23.78
%43.97

CMYK Percentages of Color #634987

%27
%46
%0
%47

Triadic Colors of #634987

#634987 #876349 #498763

Analogous Colors of #634987

#634987 #824987 #494e87

Monochromatic Colors of #634987

#634987

Complementary Color

#634987 #6d8749

#634987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634987 Color CSS Codes

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

#634987 Text Font Color

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

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


#634987 Background Color

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

This div background color is #634987


#634987 Border Color

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

This div border color is #634987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634987


Comments

No comments written yet.

Please login to write comment.