Color Hex Logo

#63848e Color Hex

#63848E
(99,132,142)
0 Favorites   0 Comments

Color spaces of #63848e

RGB 99132142
HSL0.540.180.47
HSV194°30°56°
CMYK 0.300.070.00   0.44
XYZ18.279321.108228.7020
Yxy21.10820.26850.3100
Hunter Lab45.9437-9.3828-4.8792
CIE-Lab53.0677-9.0963-9.1549

#63848e color RGB value is (99,132,142).

#63848e hex color red value is 99, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #63848e hue: 0.54 , saturation: 0.18 and the lightness value of 63848e is 0.47.

The process color (four color CMYK) of #63848e color hex is 0.30, 0.07, 0.00, 0.44. Web safe color of #63848e is #669999. Color #63848e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 10001110
Octal 143 204 216
Decimal 99 132 142
Hex 63 84 8E

RGB Percentages of Color #63848e

%26.54
%35.39
%38.07

CMYK Percentages of Color #63848e

%30
%7
%0
%44

Triadic Colors of #63848e

#63848e #8e6384 #848e63

Analogous Colors of #63848e

#63848e #636f8e #638e83

Monochromatic Colors of #63848e

#63848e

Complementary Color

#63848e #8e6d63

#63848e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63848e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63848e Color CSS Codes

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

#63848e Text Font Color

<p style="color:#63848e">Text here</p>

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


#63848e Background Color

<div style="background-color:#63848e">
Div content here</div>

This div background color is #63848e


#63848e Border Color

<div style="border:3px solid #63848e">
Div here</div>

This div border color is #63848e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63848e


Comments

No comments written yet.

Please login to write comment.