Color Hex Logo

#635dde Color Hex

#635DDE
(99,93,222)
0 Favorites   0 Comments

Color spaces of #635dde

RGB 9993222
HSL0.670.660.62
HSV243°58°87°
CMYK 0.550.580.00   0.13
XYZ22.244815.755370.9759
Yxy15.75530.20410.1446
Hunter Lab39.692930.5727-78.2328
CIE-Lab46.651838.0787-65.3921

#635dde color RGB value is (99,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011101 11011110
Octal 143 135 336
Decimal 99 93 222
Hex 63 5D DE

RGB Percentages of Color #635dde

%23.91
%22.46
%53.62

CMYK Percentages of Color #635dde

%55
%58
%0
%13

Triadic Colors of #635dde

#635dde #de635d #5dde63

Analogous Colors of #635dde

#635dde #a45dde #5d98de

Monochromatic Colors of #635dde

#635dde

Complementary Color

#635dde #d8de5d

#635dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#635dde Color CSS Codes

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

#635dde Text Font Color

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

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


#635dde Background Color

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

This div background color is #635dde


#635dde Border Color

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

This div border color is #635dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635dde


Comments

No comments written yet.

Please login to write comment.