Color Hex Logo

#638eec Color Hex

#638EEC
(99,142,236)
0 Favorites   0 Comments

Color spaces of #638eec

RGB 99142236
HSL0.610.780.66
HSV221°58°93°
CMYK 0.580.400.00   0.07
XYZ29.958928.054883.1930
Yxy28.05480.21220.1987
Hunter Lab52.96688.2707-56.0479
CIE-Lab59.938212.9570-51.9125

#638eec color RGB value is (99,142,236).

#638eec hex color red value is 99, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #638eec hue: 0.61 , saturation: 0.78 and the lightness value of 638eec is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 11101100
Octal 143 216 354
Decimal 99 142 236
Hex 63 8E EC

RGB Percentages of Color #638eec

%20.75
%29.77
%49.48

CMYK Percentages of Color #638eec

%58
%40
%0
%7

Triadic Colors of #638eec

#638eec #ec638e #8eec63

Analogous Colors of #638eec

#638eec #7d63ec #63d3ec

Monochromatic Colors of #638eec

#638eec

Complementary Color

#638eec #ecc163

#638eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#638eec Color CSS Codes

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

#638eec Text Font Color

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

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


#638eec Background Color

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

This div background color is #638eec


#638eec Border Color

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

This div border color is #638eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638eec


Comments

No comments written yet.

Please login to write comment.