Color Hex Logo

#63286c Color Hex

#63286C
(99,40,108)
0 Favorites   0 Comments

Color spaces of #63286c

RGB 9940108
HSL0.810.460.29
HSV292°63°42°
CMYK 0.080.630.00   0.58
XYZ8.61125.252914.7474
Yxy5.25290.30100.1836
Hunter Lab22.919226.9574-22.1068
CIE-Lab27.443537.3103-27.8081

#63286c color RGB value is (99,40,108).

#63286c hex color red value is 99, green value is 40 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #63286c hue: 0.81 , saturation: 0.46 and the lightness value of 63286c is 0.29.

The process color (four color CMYK) of #63286c color hex is 0.08, 0.63, 0.00, 0.58. Web safe color of #63286c is #663366. Color #63286c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101000 01101100
Octal 143 50 154
Decimal 99 40 108
Hex 63 28 6C

RGB Percentages of Color #63286c

%40.08
%16.19
%43.72

CMYK Percentages of Color #63286c

%8
%63
%0
%58

Triadic Colors of #63286c

#63286c #6c6328 #286c63

Analogous Colors of #63286c

#63286c #6c2853 #41286c

Monochromatic Colors of #63286c

#63286c

Complementary Color

#63286c #316c28

#63286c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63286c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63286c Color CSS Codes

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

#63286c Text Font Color

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

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


#63286c Background Color

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

This div background color is #63286c


#63286c Border Color

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

This div border color is #63286c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63286c


Comments

No comments written yet.

Please login to write comment.