Color Hex Logo

#635dda Color Hex

#635DDA
(99,93,218)
0 Favorites   0 Comments

Color spaces of #635dda

RGB 9993218
HSL0.670.630.61
HSV243°57°85°
CMYK 0.550.570.00   0.15
XYZ21.714815.543368.1853
Yxy15.54330.20590.1474
Hunter Lab39.425029.3219-74.9442
CIE-Lab46.369536.8286-63.5756

#635dda color RGB value is (99,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011101 11011010
Octal 143 135 332
Decimal 99 93 218
Hex 63 5D DA

RGB Percentages of Color #635dda

%24.15
%22.68
%53.17

CMYK Percentages of Color #635dda

%55
%57
%0
%15

Triadic Colors of #635dda

#635dda #da635d #5dda63

Analogous Colors of #635dda

#635dda #a25dda #5d96da

Monochromatic Colors of #635dda

#635dda

Complementary Color

#635dda #d4da5d

#635dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#635dda Color CSS Codes

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

#635dda Text Font Color

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

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


#635dda Background Color

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

This div background color is #635dda


#635dda Border Color

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

This div border color is #635dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635dda


Comments

No comments written yet.

Please login to write comment.