Color Hex Logo

#63448c Color Hex

#63448C
(99,68,140)
0 Favorites   0 Comments

Color spaces of #63448c

RGB 9968140
HSL0.740.350.41
HSV266°51°55°
CMYK 0.290.510.00   0.45
XYZ11.94638.680325.8568
Yxy8.68030.25700.1867
Hunter Lab29.462320.8185-31.4106
CIE-Lab35.361329.0730-35.2976

#63448c color RGB value is (99,68,140).

#63448c hex color red value is 99, green value is 68 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #63448c hue: 0.74 , saturation: 0.35 and the lightness value of 63448c is 0.41.

The process color (four color CMYK) of #63448c color hex is 0.29, 0.51, 0.00, 0.45. Web safe color of #63448c is #663399. Color #63448c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000100 10001100
Octal 143 104 214
Decimal 99 68 140
Hex 63 44 8C

RGB Percentages of Color #63448c

%32.25
%22.15
%45.60

CMYK Percentages of Color #63448c

%29
%51
%0
%45

Triadic Colors of #63448c

#63448c #8c6344 #448c63

Analogous Colors of #63448c

#63448c #87448c #44498c

Monochromatic Colors of #63448c

#63448c

Complementary Color

#63448c #6d8c44

#63448c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63448c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63448c Color CSS Codes

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

#63448c Text Font Color

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

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


#63448c Background Color

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

This div background color is #63448c


#63448c Border Color

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

This div border color is #63448c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,68,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 #63448c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63448c


Comments

No comments written yet.

Please login to write comment.