Color Hex Logo

#635aad Color Hex

#635AAD
(99,90,173)
0 Favorites   0 Comments

Color spaces of #635aad

RGB 9990173
HSL0.680.340.52
HSV247°48°68°
CMYK 0.430.480.00   0.32
XYZ16.344612.982141.1795
Yxy12.98210.23180.1841
Hunter Lab36.030717.9193-42.5411
CIE-Lab42.736324.8716-43.3646

#635aad color RGB value is (99,90,173).

#635aad hex color red value is 99, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #635aad hue: 0.68 , saturation: 0.34 and the lightness value of 635aad is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011010 10101101
Octal 143 132 255
Decimal 99 90 173
Hex 63 5A AD

RGB Percentages of Color #635aad

%27.35
%24.86
%47.79

CMYK Percentages of Color #635aad

%43
%48
%0
%32

Triadic Colors of #635aad

#635aad #ad635a #5aad63

Analogous Colors of #635aad

#635aad #8d5aad #5a7bad

Monochromatic Colors of #635aad

#635aad

Complementary Color

#635aad #a4ad5a

#635aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#635aad Color CSS Codes

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

#635aad Text Font Color

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

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


#635aad Background Color

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

This div background color is #635aad


#635aad Border Color

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

This div border color is #635aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635aad


Comments

No comments written yet.

Please login to write comment.