Color Hex Logo

#638dbd Color Hex

#638DBD
(99,141,189)
0 Favorites   0 Comments

Color spaces of #638dbd

RGB 99141189
HSL0.590.410.56
HSV212°48°74°
CMYK 0.480.250.00   0.26
XYZ23.855825.376551.7849
Yxy25.37650.23620.2512
Hunter Lab50.3751-3.6253-25.6867
CIE-Lab57.4404-1.1583-29.4935

#638dbd color RGB value is (99,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 10111101
Octal 143 215 275
Decimal 99 141 189
Hex 63 8D BD

RGB Percentages of Color #638dbd

%23.08
%32.87
%44.06

CMYK Percentages of Color #638dbd

%48
%25
%0
%26

Triadic Colors of #638dbd

#638dbd #bd638d #8dbd63

Analogous Colors of #638dbd

#638dbd #6663bd #63babd

Monochromatic Colors of #638dbd

#638dbd

Complementary Color

#638dbd #bd9363

#638dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638dbd Color CSS Codes

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

#638dbd Text Font Color

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

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


#638dbd Background Color

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

This div background color is #638dbd


#638dbd Border Color

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

This div border color is #638dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638dbd


Comments

No comments written yet.

Please login to write comment.