Color Hex Logo

#635fba Color Hex

#635FBA
(99,95,186)
0 Favorites   0 Comments

Color spaces of #635fba

RGB 9995186
HSL0.670.400.55
HSV243°49°73°
CMYK 0.470.490.00   0.27
XYZ18.100714.382248.2764
Yxy14.38220.22410.1781
Hunter Lab37.923918.8296-48.9284
CIE-Lab44.776125.7002-47.7200

#635fba color RGB value is (99,95,186).

#635fba hex color red value is 99, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #635fba hue: 0.67 , saturation: 0.40 and the lightness value of 635fba is 0.55.

The process color (four color CMYK) of #635fba color hex is 0.47, 0.49, 0.00, 0.27. Web safe color of #635fba is #6666cc. Color #635fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 10111010
Octal 143 137 272
Decimal 99 95 186
Hex 63 5F BA

RGB Percentages of Color #635fba

%26.05
%25.00
%48.95

CMYK Percentages of Color #635fba

%47
%49
%0
%27

Triadic Colors of #635fba

#635fba #ba635f #5fba63

Analogous Colors of #635fba

#635fba #915fba #5f89ba

Monochromatic Colors of #635fba

#635fba

Complementary Color

#635fba #b6ba5f

#635fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fba Color CSS Codes

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

#635fba Text Font Color

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

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


#635fba Background Color

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

This div background color is #635fba


#635fba Border Color

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

This div border color is #635fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fba

#635fba Color Palettes


Comments

No comments written yet.

Please login to write comment.