Color Hex Logo

#635090 Color Hex

#635090
(99,80,144)
0 Favorites   0 Comments

Color spaces of #635090

RGB 9980144
HSL0.720.290.44
HSV258°44°56°
CMYK 0.310.440.00   0.44
XYZ13.048310.403627.7059
Yxy10.40360.25510.2034
Hunter Lab32.254615.7649-28.3504
CIE-Lab38.557322.7734-32.6720

#635090 color RGB value is (99,80,144).

#635090 hex color red value is 99, green value is 80 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #635090 hue: 0.72 , saturation: 0.29 and the lightness value of 635090 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 10010000
Octal 143 120 220
Decimal 99 80 144
Hex 63 50 90

RGB Percentages of Color #635090

%30.65
%24.77
%44.58

CMYK Percentages of Color #635090

%31
%44
%0
%44

Triadic Colors of #635090

#635090 #906350 #509063

Analogous Colors of #635090

#635090 #835090 #505d90

Monochromatic Colors of #635090

#635090

Complementary Color

#635090 #7d9050

#635090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635090 Color CSS Codes

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

#635090 Text Font Color

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

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


#635090 Background Color

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

This div background color is #635090


#635090 Border Color

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

This div border color is #635090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635090


Comments

No comments written yet.

Please login to write comment.