Color Hex Logo

#635981 Color Hex

#635981
(99,89,129)
0 Favorites   0 Comments

Color spaces of #635981

RGB 9989129
HSL0.710.180.43
HSV255°31°51°
CMYK 0.230.310.00   0.49
XYZ12.680411.382422.2976
Yxy11.38240.27350.2455
Hunter Lab33.73788.0483-15.5688
CIE-Lab40.217213.1711-20.9599

#635981 color RGB value is (99,89,129).

#635981 hex color red value is 99, green value is 89 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #635981 hue: 0.71 , saturation: 0.18 and the lightness value of 635981 is 0.43.

The process color (four color CMYK) of #635981 color hex is 0.23, 0.31, 0.00, 0.49. Web safe color of #635981 is #666699. Color #635981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011001 10000001
Octal 143 131 201
Decimal 99 89 129
Hex 63 59 81

RGB Percentages of Color #635981

%31.23
%28.08
%40.69

CMYK Percentages of Color #635981

%23
%31
%0
%49

Triadic Colors of #635981

#635981 #816359 #598163

Analogous Colors of #635981

#635981 #775981 #596381

Monochromatic Colors of #635981

#635981

Complementary Color

#635981 #778159

#635981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635981 Color CSS Codes

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

#635981 Text Font Color

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

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


#635981 Background Color

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

This div background color is #635981


#635981 Border Color

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

This div border color is #635981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,89,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #635981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #635981;
  -webkit-box-shadow: 1px 1px 3px 2px #635981;
  box-shadow:         1px 1px 3px 2px #635981; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635981


Comments

No comments written yet.

Please login to write comment.