Color Hex Logo

#638def Color Hex

#638DEF
(99,141,239)
0 Favorites   0 Comments

Color spaces of #638def

RGB 99141239
HSL0.620.810.66
HSV222°59°94°
CMYK 0.590.410.00   0.06
XYZ30.250527.934485.4589
Yxy27.93440.21060.1945
Hunter Lab52.85309.6720-58.8699
CIE-Lab59.829414.5264-53.7452

#638def color RGB value is (99,141,239).

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

The process color (four color CMYK) of #638def color hex is 0.59, 0.41, 0.00, 0.06. Web safe color of #638def is #6699ff. Color #638def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 11101111
Octal 143 215 357
Decimal 99 141 239
Hex 63 8D EF

RGB Percentages of Color #638def

%20.67
%29.44
%49.90

CMYK Percentages of Color #638def

%59
%41
%0
%6

Triadic Colors of #638def

#638def #ef638d #8def63

Analogous Colors of #638def

#638def #7f63ef #63d3ef

Monochromatic Colors of #638def

#638def

Complementary Color

#638def #efc563

#638def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638def Color Preview on White Background

Lorem ipsum dolor sit amet.

#638def Color CSS Codes

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

#638def Text Font Color

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

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


#638def Background Color

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

This div background color is #638def


#638def Border Color

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

This div border color is #638def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638def


Comments

No comments written yet.

Please login to write comment.