Color Hex Logo

#634473 Color Hex

#634473
(99,68,115)
0 Favorites   0 Comments

Color spaces of #634473

RGB 9968115
HSL0.780.260.36
HSV280°41°45°
CMYK 0.140.410.00   0.55
XYZ10.30728.024717.2253
Yxy8.02470.28990.2257
Hunter Lab28.327915.3740-16.2228
CIE-Lab34.034322.7704-21.9020

#634473 color RGB value is (99,68,115).

#634473 hex color red value is 99, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #634473 hue: 0.78 , saturation: 0.26 and the lightness value of 634473 is 0.36.

The process color (four color CMYK) of #634473 color hex is 0.14, 0.41, 0.00, 0.55. Web safe color of #634473 is #663366. Color #634473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000100 01110011
Octal 143 104 163
Decimal 99 68 115
Hex 63 44 73

RGB Percentages of Color #634473

%35.11
%24.11
%40.78

CMYK Percentages of Color #634473

%14
%41
%0
%55

Triadic Colors of #634473

#634473 #736344 #447363

Analogous Colors of #634473

#634473 #73446c #4c4473

Monochromatic Colors of #634473

#634473

Complementary Color

#634473 #547344

#634473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634473 Color CSS Codes

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

#634473 Text Font Color

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

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


#634473 Background Color

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

This div background color is #634473


#634473 Border Color

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

This div border color is #634473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634473


Comments

No comments written yet.

Please login to write comment.