Color Hex Logo

#638cb2 Color Hex

#638CB2
(99,140,178)
0 Favorites   0 Comments

Color spaces of #638cb2

RGB 99140178
HSL0.580.340.54
HSV209°44°70°
CMYK 0.440.210.00   0.30
XYZ22.559624.623245.6832
Yxy24.62320.24290.2651
Hunter Lab49.6218-5.6864-19.8488
CIE-Lab56.7064-3.8135-24.3695

#638cb2 color RGB value is (99,140,178).

#638cb2 hex color red value is 99, green value is 140 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #638cb2 hue: 0.58 , saturation: 0.34 and the lightness value of 638cb2 is 0.54.

The process color (four color CMYK) of #638cb2 color hex is 0.44, 0.21, 0.00, 0.30. Web safe color of #638cb2 is #669999. Color #638cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001100 10110010
Octal 143 214 262
Decimal 99 140 178
Hex 63 8C B2

RGB Percentages of Color #638cb2

%23.74
%33.57
%42.69

CMYK Percentages of Color #638cb2

%44
%21
%0
%30

Triadic Colors of #638cb2

#638cb2 #b2638c #8cb263

Analogous Colors of #638cb2

#638cb2 #6365b2 #63b2b1

Monochromatic Colors of #638cb2

#638cb2

Complementary Color

#638cb2 #b28963

#638cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638cb2 Color CSS Codes

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

#638cb2 Text Font Color

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

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


#638cb2 Background Color

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

This div background color is #638cb2


#638cb2 Border Color

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

This div border color is #638cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638cb2


Comments

No comments written yet.

Please login to write comment.