Color Hex Logo

#635dae Color Hex

#635DAE
(99,93,174)
0 Favorites   0 Comments

Color spaces of #635dae

RGB 9993174
HSL0.680.330.52
HSV244°47°68°
CMYK 0.430.470.00   0.32
XYZ16.699913.537341.7772
Yxy13.53730.23190.1880
Hunter Lab36.793116.6310-41.5665
CIE-Lab43.561923.3130-42.6374

#635dae color RGB value is (99,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011101 10101110
Octal 143 135 256
Decimal 99 93 174
Hex 63 5D AE

RGB Percentages of Color #635dae

%27.05
%25.41
%47.54

CMYK Percentages of Color #635dae

%43
%47
%0
%32

Triadic Colors of #635dae

#635dae #ae635d #5dae63

Analogous Colors of #635dae

#635dae #8c5dae #5d80ae

Monochromatic Colors of #635dae

#635dae

Complementary Color

#635dae #a8ae5d

#635dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#635dae Color CSS Codes

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

#635dae Text Font Color

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

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


#635dae Background Color

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

This div background color is #635dae


#635dae Border Color

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

This div border color is #635dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635dae


Comments

No comments written yet.

Please login to write comment.