Color Hex Logo

#63849d Color Hex

#63849D
(99,132,157)
0 Favorites   0 Comments

Color spaces of #63849d

RGB 99132157
HSL0.570.230.50
HSV206°37°62°
CMYK 0.370.160.00   0.38
XYZ19.482721.589535.0386
Yxy21.58950.25600.2837
Hunter Lab46.4645-6.4673-12.1851
CIE-Lab53.5887-5.1427-17.0736

#63849d color RGB value is (99,132,157).

#63849d hex color red value is 99, green value is 132 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #63849d hue: 0.57 , saturation: 0.23 and the lightness value of 63849d is 0.50.

The process color (four color CMYK) of #63849d color hex is 0.37, 0.16, 0.00, 0.38. Web safe color of #63849d is #669999. Color #63849d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 10011101
Octal 143 204 235
Decimal 99 132 157
Hex 63 84 9D

RGB Percentages of Color #63849d

%25.52
%34.02
%40.46

CMYK Percentages of Color #63849d

%37
%16
%0
%38

Triadic Colors of #63849d

#63849d #9d6384 #849d63

Analogous Colors of #63849d

#63849d #63679d #639d99

Monochromatic Colors of #63849d

#63849d

Complementary Color

#63849d #9d7c63

#63849d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63849d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63849d Color CSS Codes

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

#63849d Text Font Color

<p style="color:#63849d">Text here</p>

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


#63849d Background Color

<div style="background-color:#63849d">
Div content here</div>

This div background color is #63849d


#63849d Border Color

<div style="border:3px solid #63849d">
Div here</div>

This div border color is #63849d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,132,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63849d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63849d;
  -webkit-box-shadow: 1px 1px 3px 2px #63849d;
  box-shadow:         1px 1px 3px 2px #63849d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63849d

#63849d Color Palettes


Comments

No comments written yet.

Please login to write comment.