Color Hex Logo

#635f8d Color Hex

#635F8D
(99,95,141)
0 Favorites   0 Comments

Color spaces of #635f8d

RGB 9995141
HSL0.680.190.46
HSV245°33°55°
CMYK 0.300.330.00   0.45
XYZ14.045512.760226.9220
Yxy12.76020.26140.2375
Hunter Lab35.72147.6729-19.6798
CIE-Lab42.399712.6213-24.8404

#635f8d color RGB value is (99,95,141).

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

The process color (four color CMYK) of #635f8d color hex is 0.30, 0.33, 0.00, 0.45. Web safe color of #635f8d is #666699. Color #635f8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 10001101
Octal 143 137 215
Decimal 99 95 141
Hex 63 5F 8D

RGB Percentages of Color #635f8d

%29.55
%28.36
%42.09

CMYK Percentages of Color #635f8d

%30
%33
%0
%45

Triadic Colors of #635f8d

#635f8d #8d635f #5f8d63

Analogous Colors of #635f8d

#635f8d #7a5f8d #5f728d

Monochromatic Colors of #635f8d

#635f8d

Complementary Color

#635f8d #898d5f

#635f8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635f8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#635f8d Color CSS Codes

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

#635f8d Text Font Color

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

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


#635f8d Background Color

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

This div background color is #635f8d


#635f8d Border Color

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

This div border color is #635f8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635f8d


Comments

No comments written yet.

Please login to write comment.