Color Hex Logo

#638cfb Color Hex

#638CFB
(99,140,251)
0 Favorites   0 Comments

Color spaces of #638cfb

RGB 99140251
HSL0.620.950.69
HSV224°61°98°
CMYK 0.610.440.00   0.02
XYZ31.936328.373995.0603
Yxy28.37390.20550.1826
Hunter Lab53.267213.8021-68.5216
CIE-Lab60.225019.0483-59.7284

#638cfb color RGB value is (99,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001100 11111011
Octal 143 214 373
Decimal 99 140 251
Hex 63 8C FB

RGB Percentages of Color #638cfb

%20.20
%28.57
%51.22

CMYK Percentages of Color #638cfb

%61
%44
%0
%2

Triadic Colors of #638cfb

#638cfb #fb638c #8cfb63

Analogous Colors of #638cfb

#638cfb #8663fb #63d8fb

Monochromatic Colors of #638cfb

#638cfb

Complementary Color

#638cfb #fbd263

#638cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#638cfb Color CSS Codes

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

#638cfb Text Font Color

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

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


#638cfb Background Color

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

This div background color is #638cfb


#638cfb Border Color

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

This div border color is #638cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,140,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 #638cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638cfb


Comments

No comments written yet.

Please login to write comment.