Color Hex Logo

#635fad Color Hex

#635FAD
(99,95,173)
0 Favorites   0 Comments

Color spaces of #635fad

RGB 9995173
HSL0.680.320.53
HSV243°45°68°
CMYK 0.430.450.00   0.32
XYZ16.780613.854241.3249
Yxy13.85420.23320.1925
Hunter Lab37.221215.3367-39.7719
CIE-Lab44.023121.7755-41.3159

#635fad color RGB value is (99,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 10101101
Octal 143 137 255
Decimal 99 95 173
Hex 63 5F AD

RGB Percentages of Color #635fad

%26.98
%25.89
%47.14

CMYK Percentages of Color #635fad

%43
%45
%0
%32

Triadic Colors of #635fad

#635fad #ad635f #5fad63

Analogous Colors of #635fad

#635fad #8a5fad #5f82ad

Monochromatic Colors of #635fad

#635fad

Complementary Color

#635fad #a9ad5f

#635fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fad Color CSS Codes

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

#635fad Text Font Color

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

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


#635fad Background Color

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

This div background color is #635fad


#635fad Border Color

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

This div border color is #635fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,95,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 #635fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fad


Comments

No comments written yet.

Please login to write comment.