Color Hex Logo

#63878c Color Hex

#63878C
(99,135,140)
0 Favorites   0 Comments

Color spaces of #63878c

RGB 99135140
HSL0.520.170.47
HSV187°29°55°
CMYK 0.290.040.00   0.45
XYZ18.543221.874028.0557
Yxy21.87400.27080.3195
Hunter Lab46.7696-11.0753-2.8275
CIE-Lab53.8931-11.2716-6.7621

#63878c color RGB value is (99,135,140).

#63878c hex color red value is 99, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #63878c hue: 0.52 , saturation: 0.17 and the lightness value of 63878c is 0.47.

The process color (four color CMYK) of #63878c color hex is 0.29, 0.04, 0.00, 0.45. Web safe color of #63878c is #669999. Color #63878c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000111 10001100
Octal 143 207 214
Decimal 99 135 140
Hex 63 87 8C

RGB Percentages of Color #63878c

%26.47
%36.10
%37.43

CMYK Percentages of Color #63878c

%29
%4
%0
%45

Triadic Colors of #63878c

#63878c #8c6387 #878c63

Analogous Colors of #63878c

#63878c #63738c #638c7d

Monochromatic Colors of #63878c

#63878c

Complementary Color

#63878c #8c6863

#63878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63878c Color CSS Codes

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

#63878c Text Font Color

<p style="color:#63878c">Text here</p>

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


#63878c Background Color

<div style="background-color:#63878c">
Div content here</div>

This div background color is #63878c


#63878c Border Color

<div style="border:3px solid #63878c">
Div here</div>

This div border color is #63878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63878c


Comments

No comments written yet.

Please login to write comment.