Color Hex Logo

#638ebe Color Hex

#638EBE
(99,142,190)
0 Favorites   0 Comments

Color spaces of #638ebe

RGB 99142190
HSL0.590.410.57
HSV212°48°75°
CMYK 0.480.250.00   0.25
XYZ24.112925.716452.4081
Yxy25.71640.23590.2515
Hunter Lab50.7113-3.8693-25.7759
CIE-Lab57.7669-1.4364-29.5544

#638ebe color RGB value is (99,142,190).

#638ebe hex color red value is 99, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #638ebe hue: 0.59 , saturation: 0.41 and the lightness value of 638ebe is 0.57.

The process color (four color CMYK) of #638ebe color hex is 0.48, 0.25, 0.00, 0.25. Web safe color of #638ebe is #6699cc. Color #638ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 10111110
Octal 143 216 276
Decimal 99 142 190
Hex 63 8E BE

RGB Percentages of Color #638ebe

%22.97
%32.95
%44.08

CMYK Percentages of Color #638ebe

%48
%25
%0
%25

Triadic Colors of #638ebe

#638ebe #be638e #8ebe63

Analogous Colors of #638ebe

#638ebe #6663be #63bcbe

Monochromatic Colors of #638ebe

#638ebe

Complementary Color

#638ebe #be9363

#638ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#638ebe Color CSS Codes

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

#638ebe Text Font Color

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

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


#638ebe Background Color

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

This div background color is #638ebe


#638ebe Border Color

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

This div border color is #638ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638ebe


Comments

No comments written yet.

Please login to write comment.