Color Hex Logo

#63468a Color Hex

#63468A
(99,70,138)
0 Favorites   0 Comments

Color spaces of #63468a

RGB 9970138
HSL0.740.330.41
HSV266°49°54°
CMYK 0.280.490.00   0.46
XYZ11.92328.867925.1280
Yxy8.86790.25970.1931
Hunter Lab29.779019.3562-29.1845
CIE-Lab35.728727.3280-33.4894

#63468a color RGB value is (99,70,138).

#63468a hex color red value is 99, green value is 70 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #63468a hue: 0.74 , saturation: 0.33 and the lightness value of 63468a is 0.41.

The process color (four color CMYK) of #63468a color hex is 0.28, 0.49, 0.00, 0.46. Web safe color of #63468a is #663399. Color #63468a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000110 10001010
Octal 143 106 212
Decimal 99 70 138
Hex 63 46 8A

RGB Percentages of Color #63468a

%32.25
%22.80
%44.95

CMYK Percentages of Color #63468a

%28
%49
%0
%46

Triadic Colors of #63468a

#63468a #8a6346 #468a63

Analogous Colors of #63468a

#63468a #85468a #464b8a

Monochromatic Colors of #63468a

#63468a

Complementary Color

#63468a #6d8a46

#63468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63468a Color CSS Codes

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

#63468a Text Font Color

<p style="color:#63468a">Text here</p>

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


#63468a Background Color

<div style="background-color:#63468a">
Div content here</div>

This div background color is #63468a


#63468a Border Color

<div style="border:3px solid #63468a">
Div here</div>

This div border color is #63468a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,70,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63468a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63468a;
  -webkit-box-shadow: 1px 1px 3px 2px #63468a;
  box-shadow:         1px 1px 3px 2px #63468a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63468a


Comments

No comments written yet.

Please login to write comment.