Color Hex Logo

#635faf Color Hex

#635FAF
(99,95,175)
0 Favorites   0 Comments

Color spaces of #635faf

RGB 9995175
HSL0.680.330.53
HSV243°46°69°
CMYK 0.430.460.00   0.31
XYZ16.975713.932242.3519
Yxy13.93220.23170.1902
Hunter Lab37.325915.8611-41.1455
CIE-Lab44.135522.3738-42.3118

#635faf color RGB value is (99,95,175).

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

The process color (four color CMYK) of #635faf color hex is 0.43, 0.46, 0.00, 0.31. Web safe color of #635faf is #666699. Color #635faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 10101111
Octal 143 137 257
Decimal 99 95 175
Hex 63 5F AF

RGB Percentages of Color #635faf

%26.83
%25.75
%47.43

CMYK Percentages of Color #635faf

%43
%46
%0
%31

Triadic Colors of #635faf

#635faf #af635f #5faf63

Analogous Colors of #635faf

#635faf #8b5faf #5f83af

Monochromatic Colors of #635faf

#635faf

Complementary Color

#635faf #abaf5f

#635faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#635faf Color CSS Codes

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

#635faf Text Font Color

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

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


#635faf Background Color

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

This div background color is #635faf


#635faf Border Color

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

This div border color is #635faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635faf


Comments

No comments written yet.

Please login to write comment.