Color Hex Logo

#638dbc Color Hex

#638DBC
(99,141,188)
0 Favorites   0 Comments

Color spaces of #638dbc

RGB 99141188
HSL0.590.400.56
HSV212°47°74°
CMYK 0.470.250.00   0.26
XYZ23.747625.333251.2151
Yxy25.33320.23680.2526
Hunter Lab50.3321-3.8616-25.0977
CIE-Lab57.3986-1.4557-28.9908

#638dbc color RGB value is (99,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 10111100
Octal 143 215 274
Decimal 99 141 188
Hex 63 8D BC

RGB Percentages of Color #638dbc

%23.13
%32.94
%43.93

CMYK Percentages of Color #638dbc

%47
%25
%0
%26

Triadic Colors of #638dbc

#638dbc #bc638d #8dbc63

Analogous Colors of #638dbc

#638dbc #6663bc #63babc

Monochromatic Colors of #638dbc

#638dbc

Complementary Color

#638dbc #bc9263

#638dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#638dbc Color CSS Codes

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

#638dbc Text Font Color

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

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


#638dbc Background Color

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

This div background color is #638dbc


#638dbc Border Color

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

This div border color is #638dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638dbc


Comments

No comments written yet.

Please login to write comment.