Color Hex Logo

#638acd Color Hex

#638ACD
(99,138,205)
0 Favorites   0 Comments

Color spaces of #638acd

RGB 99138205
HSL0.610.510.60
HSV218°52°80°
CMYK 0.520.330.00   0.20
XYZ25.253525.237461.2979
Yxy25.23740.22590.2258
Hunter Lab50.23681.8155-37.1786
CIE-Lab57.30605.4642-38.7527

#638acd color RGB value is (99,138,205).

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

The process color (four color CMYK) of #638acd color hex is 0.52, 0.33, 0.00, 0.20. Web safe color of #638acd is #6699cc. Color #638acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 11001101
Octal 143 212 315
Decimal 99 138 205
Hex 63 8A CD

RGB Percentages of Color #638acd

%22.40
%31.22
%46.38

CMYK Percentages of Color #638acd

%52
%33
%0
%20

Triadic Colors of #638acd

#638acd #cd638a #8acd63

Analogous Colors of #638acd

#638acd #7163cd #63bfcd

Monochromatic Colors of #638acd

#638acd

Complementary Color

#638acd #cda663

#638acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638acd Color CSS Codes

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

#638acd Text Font Color

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

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


#638acd Background Color

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

This div background color is #638acd


#638acd Border Color

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

This div border color is #638acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638acd


Comments

No comments written yet.

Please login to write comment.