Color Hex Logo

#638da8 Color Hex

#638DA8
(99,141,168)
0 Favorites   0 Comments

Color spaces of #638da8

RGB 99141168
HSL0.570.280.52
HSV203°41°66°
CMYK 0.410.160.00   0.34
XYZ21.738324.529640.6347
Yxy24.52960.25010.2823
Hunter Lab49.5274-8.3266-13.9753
CIE-Lab56.6142-7.2192-18.7964

#638da8 color RGB value is (99,141,168).

#638da8 hex color red value is 99, green value is 141 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #638da8 hue: 0.57 , saturation: 0.28 and the lightness value of 638da8 is 0.52.

The process color (four color CMYK) of #638da8 color hex is 0.41, 0.16, 0.00, 0.34. Web safe color of #638da8 is #669999. Color #638da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001101 10101000
Octal 143 215 250
Decimal 99 141 168
Hex 63 8D A8

RGB Percentages of Color #638da8

%24.26
%34.56
%41.18

CMYK Percentages of Color #638da8

%41
%16
%0
%34

Triadic Colors of #638da8

#638da8 #a8638d #8da863

Analogous Colors of #638da8

#638da8 #636ba8 #63a8a1

Monochromatic Colors of #638da8

#638da8

Complementary Color

#638da8 #a87e63

#638da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638da8 Color CSS Codes

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

#638da8 Text Font Color

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

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


#638da8 Background Color

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

This div background color is #638da8


#638da8 Border Color

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

This div border color is #638da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638da8


Comments

No comments written yet.

Please login to write comment.