Color Hex Logo

#635caf Color Hex

#635CAF
(99,92,175)
0 Favorites   0 Comments

Color spaces of #635caf

RGB 9992175
HSL0.680.340.52
HSV245°47°69°
CMYK 0.430.470.00   0.31
XYZ16.710613.402142.2636
Yxy13.40210.23090.1852
Hunter Lab36.608917.4131-42.8219
CIE-Lab43.363024.2304-43.5423

#635caf color RGB value is (99,92,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011100 10101111
Octal 143 134 257
Decimal 99 92 175
Hex 63 5C AF

RGB Percentages of Color #635caf

%27.05
%25.14
%47.81

CMYK Percentages of Color #635caf

%43
%47
%0
%31

Triadic Colors of #635caf

#635caf #af635c #5caf63

Analogous Colors of #635caf

#635caf #8d5caf #5c7faf

Monochromatic Colors of #635caf

#635caf

Complementary Color

#635caf #a8af5c

#635caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#635caf Color CSS Codes

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

#635caf Text Font Color

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

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


#635caf Background Color

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

This div background color is #635caf


#635caf Border Color

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

This div border color is #635caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635caf


Comments

No comments written yet.

Please login to write comment.