Color Hex Logo

#635296 Color Hex

#635296
(99,82,150)
0 Favorites   0 Comments

Color spaces of #635296

RGB 9982150
HSL0.710.290.45
HSV255°45°59°
CMYK 0.340.450.00   0.41
XYZ13.667910.889230.2356
Yxy10.88920.24940.1987
Hunter Lab32.998816.1858-31.2261
CIE-Lab39.393223.1898-34.9761

#635296 color RGB value is (99,82,150).

#635296 hex color red value is 99, green value is 82 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #635296 hue: 0.71 , saturation: 0.29 and the lightness value of 635296 is 0.45.

The process color (four color CMYK) of #635296 color hex is 0.34, 0.45, 0.00, 0.41. Web safe color of #635296 is #666699. Color #635296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010010 10010110
Octal 143 122 226
Decimal 99 82 150
Hex 63 52 96

RGB Percentages of Color #635296

%29.91
%24.77
%45.32

CMYK Percentages of Color #635296

%34
%45
%0
%41

Triadic Colors of #635296

#635296 #966352 #529663

Analogous Colors of #635296

#635296 #855296 #526396

Monochromatic Colors of #635296

#635296

Complementary Color

#635296 #859652

#635296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635296 Color CSS Codes

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

#635296 Text Font Color

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

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


#635296 Background Color

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

This div background color is #635296


#635296 Border Color

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

This div border color is #635296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635296


Comments

No comments written yet.

Please login to write comment.