Color Hex Logo

#638add Color Hex

#638ADD
(99,138,221)
0 Favorites   0 Comments

Color spaces of #638add

RGB 99138221
HSL0.610.640.63
HSV221°55°87°
CMYK 0.550.380.00   0.13
XYZ27.285226.050171.9967
Yxy26.05010.21770.2078
Hunter Lab51.03936.1059-47.9077
CIE-Lab58.084610.5071-46.5078

#638add color RGB value is (99,138,221).

#638add hex color red value is 99, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #638add hue: 0.61 , saturation: 0.64 and the lightness value of 638add is 0.63.

The process color (four color CMYK) of #638add color hex is 0.55, 0.38, 0.00, 0.13. Web safe color of #638add is #6699cc. Color #638add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 11011101
Octal 143 212 335
Decimal 99 138 221
Hex 63 8A DD

RGB Percentages of Color #638add

%21.62
%30.13
%48.25

CMYK Percentages of Color #638add

%55
%38
%0
%13

Triadic Colors of #638add

#638add #dd638a #8add63

Analogous Colors of #638add

#638add #7963dd #63c7dd

Monochromatic Colors of #638add

#638add

Complementary Color

#638add #ddb663

#638add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638add Color Preview on White Background

Lorem ipsum dolor sit amet.

#638add Color CSS Codes

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

#638add Text Font Color

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

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


#638add Background Color

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

This div background color is #638add


#638add Border Color

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

This div border color is #638add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638add


Comments

No comments written yet.

Please login to write comment.