Color Hex Logo

#635aaa Color Hex

#635AAA
(99,90,170)
0 Favorites   0 Comments

Color spaces of #635aaa

RGB 9990170
HSL0.690.320.51
HSV247°47°67°
CMYK 0.420.470.00   0.33
XYZ16.057512.867339.6675
Yxy12.86730.23410.1876
Hunter Lab35.871017.1304-40.4554
CIE-Lab42.562623.9824-41.8716

#635aaa color RGB value is (99,90,170).

#635aaa hex color red value is 99, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #635aaa hue: 0.69 , saturation: 0.32 and the lightness value of 635aaa is 0.51.

The process color (four color CMYK) of #635aaa color hex is 0.42, 0.47, 0.00, 0.33. Web safe color of #635aaa is #666699. Color #635aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011010 10101010
Octal 143 132 252
Decimal 99 90 170
Hex 63 5A AA

RGB Percentages of Color #635aaa

%27.58
%25.07
%47.35

CMYK Percentages of Color #635aaa

%42
%47
%0
%33

Triadic Colors of #635aaa

#635aaa #aa635a #5aaa63

Analogous Colors of #635aaa

#635aaa #8b5aaa #5a79aa

Monochromatic Colors of #635aaa

#635aaa

Complementary Color

#635aaa #a1aa5a

#635aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#635aaa Color CSS Codes

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

#635aaa Text Font Color

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

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


#635aaa Background Color

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

This div background color is #635aaa


#635aaa Border Color

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

This div border color is #635aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,90,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #635aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #635aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #635aaa;
  box-shadow:         1px 1px 3px 2px #635aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635aaa


Comments

No comments written yet.

Please login to write comment.