Color Hex Logo

#635fde Color Hex

#635FDE
(99,95,222)
0 Favorites   0 Comments

Color spaces of #635fde

RGB 9995222
HSL0.670.660.62
HSV242°57°87°
CMYK 0.550.570.00   0.13
XYZ22.422616.111071.0352
Yxy16.11100.20460.1470
Hunter Lab40.138529.4732-76.8316
CIE-Lab47.119836.8803-64.6335

#635fde color RGB value is (99,95,222).

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

The process color (four color CMYK) of #635fde color hex is 0.55, 0.57, 0.00, 0.13. Web safe color of #635fde is #6666cc. Color #635fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 11011110
Octal 143 137 336
Decimal 99 95 222
Hex 63 5F DE

RGB Percentages of Color #635fde

%23.80
%22.84
%53.37

CMYK Percentages of Color #635fde

%55
%57
%0
%13

Triadic Colors of #635fde

#635fde #de635f #5fde63

Analogous Colors of #635fde

#635fde #a35fde #5f9bde

Monochromatic Colors of #635fde

#635fde

Complementary Color

#635fde #dade5f

#635fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fde Color CSS Codes

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

#635fde Text Font Color

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

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


#635fde Background Color

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

This div background color is #635fde


#635fde Border Color

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

This div border color is #635fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fde


Comments

No comments written yet.

Please login to write comment.