Color Hex Logo

#638feb Color Hex

#638FEB
(99,143,235)
0 Favorites   0 Comments

Color spaces of #638feb

RGB 99143235
HSL0.610.770.65
HSV221°58°92°
CMYK 0.580.390.00   0.08
XYZ29.963428.295782.4796
Yxy28.29570.21290.2011
Hunter Lab53.19377.4580-54.6966
CIE-Lab60.154912.0399-51.0147

#638feb color RGB value is (99,143,235).

#638feb hex color red value is 99, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #638feb hue: 0.61 , saturation: 0.77 and the lightness value of 638feb is 0.65.

The process color (four color CMYK) of #638feb color hex is 0.58, 0.39, 0.00, 0.08. Web safe color of #638feb is #6699ff. Color #638feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001111 11101011
Octal 143 217 353
Decimal 99 143 235
Hex 63 8F EB

RGB Percentages of Color #638feb

%20.75
%29.98
%49.27

CMYK Percentages of Color #638feb

%58
%39
%0
%8

Triadic Colors of #638feb

#638feb #eb638f #8feb63

Analogous Colors of #638feb

#638feb #7b63eb #63d3eb

Monochromatic Colors of #638feb

#638feb

Complementary Color

#638feb #ebbf63

#638feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638feb Color CSS Codes

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

#638feb Text Font Color

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

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


#638feb Background Color

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

This div background color is #638feb


#638feb Border Color

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

This div border color is #638feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638feb


Comments

No comments written yet.

Please login to write comment.