Color Hex Logo

#635fdb Color Hex

#635FDB
(99,95,219)
0 Favorites   0 Comments

Color spaces of #635fdb

RGB 9995219
HSL0.670.630.62
HSV242°57°86°
CMYK 0.550.570.00   0.14
XYZ22.024015.951568.9360
Yxy15.95150.20600.1492
Hunter Lab39.939328.5376-74.3781
CIE-Lab46.910835.9395-63.2681

#635fdb color RGB value is (99,95,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 11011011
Octal 143 137 333
Decimal 99 95 219
Hex 63 5F DB

RGB Percentages of Color #635fdb

%23.97
%23.00
%53.03

CMYK Percentages of Color #635fdb

%55
%57
%0
%14

Triadic Colors of #635fdb

#635fdb #db635f #5fdb63

Analogous Colors of #635fdb

#635fdb #a15fdb #5f99db

Monochromatic Colors of #635fdb

#635fdb

Complementary Color

#635fdb #d7db5f

#635fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fdb Color CSS Codes

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

#635fdb Text Font Color

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

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


#635fdb Background Color

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

This div background color is #635fdb


#635fdb Border Color

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

This div border color is #635fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fdb


Comments

No comments written yet.

Please login to write comment.