Color Hex Logo

#633364 Color Hex

#633364
(99,51,100)
0 Favorites   0 Comments

Color spaces of #633364

RGB 9951100
HSL0.830.320.30
HSV299°49°39°
CMYK 0.010.490.00   0.61
XYZ8.62975.940412.7484
Yxy5.94040.31590.2174
Hunter Lab24.372920.5487-13.9509
CIE-Lab29.261629.6342-19.8055

#633364 color RGB value is (99,51,100).

#633364 hex color red value is 99, green value is 51 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #633364 hue: 0.83 , saturation: 0.32 and the lightness value of 633364 is 0.30.

The process color (four color CMYK) of #633364 color hex is 0.01, 0.49, 0.00, 0.61. Web safe color of #633364 is #663366. Color #633364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110011 01100100
Octal 143 63 144
Decimal 99 51 100
Hex 63 33 64

RGB Percentages of Color #633364

%39.60
%20.40
%40.00

CMYK Percentages of Color #633364

%1
%49
%0
%61

Triadic Colors of #633364

#633364 #646333 #336463

Analogous Colors of #633364

#633364 #64334d #4b3364

Monochromatic Colors of #633364

#633364

Complementary Color

#633364 #346433

#633364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633364 Color CSS Codes

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

#633364 Text Font Color

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

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


#633364 Background Color

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

This div background color is #633364


#633364 Border Color

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

This div border color is #633364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633364


Comments

No comments written yet.

Please login to write comment.