Color Hex Logo

#638dfb Color Hex

#638DFB
(99,141,251)
0 Favorites   0 Comments

Color spaces of #638dfb

RGB 99141251
HSL0.620.950.69
HSV223°61°98°
CMYK 0.610.440.00   0.02
XYZ32.083128.667495.1092
Yxy28.66740.20580.1839
Hunter Lab53.541913.2613-67.8404
CIE-Lab60.487018.4511-59.3096

#638dfb color RGB value is (99,141,251).

#638dfb hex color red value is 99, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #638dfb hue: 0.62 , saturation: 0.95 and the lightness value of 638dfb is 0.69.

The process color (four color CMYK) of #638dfb color hex is 0.61, 0.44, 0.00, 0.02. Web safe color of #638dfb is #6699ff. Color #638dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 11111011
Octal 143 215 373
Decimal 99 141 251
Hex 63 8D FB

RGB Percentages of Color #638dfb

%20.16
%28.72
%51.12

CMYK Percentages of Color #638dfb

%61
%44
%0
%2

Triadic Colors of #638dfb

#638dfb #fb638d #8dfb63

Analogous Colors of #638dfb

#638dfb #8563fb #63d9fb

Monochromatic Colors of #638dfb

#638dfb

Complementary Color

#638dfb #fbd163

#638dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638dfb Color CSS Codes

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

#638dfb Text Font Color

<p style="color:#638dfb">Text here</p>

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


#638dfb Background Color

<div style="background-color:#638dfb">
Div content here</div>

This div background color is #638dfb


#638dfb Border Color

<div style="border:3px solid #638dfb">
Div here</div>

This div border color is #638dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,141,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #638dfb;
  box-shadow:         1px 1px 3px 2px #638dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638dfb


Comments

No comments written yet.

Please login to write comment.