Color Hex Logo

#635392 Color Hex

#635392
(99,83,146)
0 Favorites   0 Comments

Color spaces of #635392

RGB 9983146
HSL0.710.280.45
HSV255°43°57°
CMYK 0.320.430.00   0.43
XYZ13.427210.914528.5931
Yxy10.91450.25370.2062
Hunter Lab33.037114.7325-28.1886
CIE-Lab39.436121.4581-32.4953

#635392 color RGB value is (99,83,146).

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

The process color (four color CMYK) of #635392 color hex is 0.32, 0.43, 0.00, 0.43. Web safe color of #635392 is #666699. Color #635392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010011 10010010
Octal 143 123 222
Decimal 99 83 146
Hex 63 53 92

RGB Percentages of Color #635392

%30.18
%25.30
%44.51

CMYK Percentages of Color #635392

%32
%43
%0
%43

Triadic Colors of #635392

#635392 #926353 #539263

Analogous Colors of #635392

#635392 #835392 #536392

Monochromatic Colors of #635392

#635392

Complementary Color

#635392 #829253

#635392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635392 Color CSS Codes

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

#635392 Text Font Color

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

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


#635392 Background Color

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

This div background color is #635392


#635392 Border Color

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

This div border color is #635392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635392


Comments

No comments written yet.

Please login to write comment.