Color Hex Logo

#635dcf Color Hex

#635DCF
(99,93,207)
0 Favorites   0 Comments

Color spaces of #635dcf

RGB 9993207
HSL0.680.540.59
HSV243°55°81°
CMYK 0.520.550.00   0.19
XYZ20.322414.986360.8530
Yxy14.98630.21130.1558
Hunter Lab38.712125.9594-66.1016
CIE-Lab45.615433.4009-58.5084

#635dcf color RGB value is (99,93,207).

#635dcf hex color red value is 99, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #635dcf hue: 0.68 , saturation: 0.54 and the lightness value of 635dcf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011101 11001111
Octal 143 135 317
Decimal 99 93 207
Hex 63 5D CF

RGB Percentages of Color #635dcf

%24.81
%23.31
%51.88

CMYK Percentages of Color #635dcf

%52
%55
%0
%19

Triadic Colors of #635dcf

#635dcf #cf635d #5dcf63

Analogous Colors of #635dcf

#635dcf #9c5dcf #5d90cf

Monochromatic Colors of #635dcf

#635dcf

Complementary Color

#635dcf #c9cf5d

#635dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#635dcf Color CSS Codes

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

#635dcf Text Font Color

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

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


#635dcf Background Color

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

This div background color is #635dcf


#635dcf Border Color

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

This div border color is #635dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635dcf


Comments

No comments written yet.

Please login to write comment.