Color Hex Logo

#635dfc Color Hex

#635DFC
(99,93,252)
0 Favorites   0 Comments

Color spaces of #635dfc

RGB 9993252
HSL0.670.960.68
HSV242°63°99°
CMYK 0.610.630.00   0.01
XYZ26.630617.509694.0716
Yxy17.50960.19270.1267
Hunter Lab41.844540.3729-104.0002
CIE-Lab48.895847.4547-78.5965

#635dfc color RGB value is (99,93,252).

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

The process color (four color CMYK) of #635dfc color hex is 0.61, 0.63, 0.00, 0.01. Web safe color of #635dfc is #6666ff. Color #635dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011101 11111100
Octal 143 135 374
Decimal 99 93 252
Hex 63 5D FC

RGB Percentages of Color #635dfc

%22.30
%20.95
%56.76

CMYK Percentages of Color #635dfc

%61
%63
%0
%1

Triadic Colors of #635dfc

#635dfc #fc635d #5dfc63

Analogous Colors of #635dfc

#635dfc #b35dfc #5da7fc

Monochromatic Colors of #635dfc

#635dfc

Complementary Color

#635dfc #f6fc5d

#635dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#635dfc Color CSS Codes

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

#635dfc Text Font Color

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

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


#635dfc Background Color

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

This div background color is #635dfc


#635dfc Border Color

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

This div border color is #635dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635dfc


Comments

No comments written yet.

Please login to write comment.