Color Hex Logo

#638bfd Color Hex

#638BFD
(99,139,253)
0 Favorites   0 Comments

Color spaces of #638bfd

RGB 99139253
HSL0.620.970.69
HSV224°61°99°
CMYK 0.610.450.00   0.01
XYZ32.107828.209796.6813
Yxy28.20970.20450.1797
Hunter Lab53.112814.9596-70.7467
CIE-Lab60.077720.3044-61.0628

#638bfd color RGB value is (99,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001011 11111101
Octal 143 213 375
Decimal 99 139 253
Hex 63 8B FD

RGB Percentages of Color #638bfd

%20.16
%28.31
%51.53

CMYK Percentages of Color #638bfd

%61
%45
%0
%1

Triadic Colors of #638bfd

#638bfd #fd638b #8bfd63

Analogous Colors of #638bfd

#638bfd #8863fd #63d8fd

Monochromatic Colors of #638bfd

#638bfd

Complementary Color

#638bfd #fdd563

#638bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638bfd Color CSS Codes

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

#638bfd Text Font Color

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

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


#638bfd Background Color

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

This div background color is #638bfd


#638bfd Border Color

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

This div border color is #638bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.