Color Hex Logo

#635390 Color Hex

#635390
(99,83,144)
0 Favorites   0 Comments

Color spaces of #635390

RGB 9983144
HSL0.710.270.45
HSV256°42°56°
CMYK 0.310.420.00   0.44
XYZ13.272910.852827.7808
Yxy10.85280.25570.2091
Hunter Lab32.943614.2660-26.9378
CIE-Lab39.331420.9079-31.4513

#635390 color RGB value is (99,83,144).

#635390 hex color red value is 99, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #635390 hue: 0.71 , saturation: 0.27 and the lightness value of 635390 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010011 10010000
Octal 143 123 220
Decimal 99 83 144
Hex 63 53 90

RGB Percentages of Color #635390

%30.37
%25.46
%44.17

CMYK Percentages of Color #635390

%31
%42
%0
%44

Triadic Colors of #635390

#635390 #906353 #539063

Analogous Colors of #635390

#635390 #825390 #536290

Monochromatic Colors of #635390

#635390

Complementary Color

#635390 #809053

#635390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635390 Color CSS Codes

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

#635390 Text Font Color

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

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


#635390 Background Color

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

This div background color is #635390


#635390 Border Color

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

This div border color is #635390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635390


Comments

No comments written yet.

Please login to write comment.