Color Hex Logo

#635fdf Color Hex

#635FDF
(99,95,223)
0 Favorites   0 Comments

Color spaces of #635fdf

RGB 9995223
HSL0.670.670.62
HSV242°57°87°
CMYK 0.560.570.00   0.13
XYZ22.557116.164871.7433
Yxy16.16480.20420.1463
Hunter Lab40.205529.7870-77.6542
CIE-Lab47.190037.1943-65.0870

#635fdf color RGB value is (99,95,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 11011111
Octal 143 137 337
Decimal 99 95 223
Hex 63 5F DF

RGB Percentages of Color #635fdf

%23.74
%22.78
%53.48

CMYK Percentages of Color #635fdf

%56
%57
%0
%13

Triadic Colors of #635fdf

#635fdf #df635f #5fdf63

Analogous Colors of #635fdf

#635fdf #a35fdf #5f9bdf

Monochromatic Colors of #635fdf

#635fdf

Complementary Color

#635fdf #dbdf5f

#635fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fdf Color CSS Codes

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

#635fdf Text Font Color

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

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


#635fdf Background Color

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

This div background color is #635fdf


#635fdf Border Color

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

This div border color is #635fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fdf


Comments

No comments written yet.

Please login to write comment.