Color Hex Logo

#633492 Color Hex

#633492
(99,52,146)
0 Favorites   0 Comments

Color spaces of #633492

RGB 9952146
HSL0.750.470.39
HSV270°64°57°
CMYK 0.320.640.00   0.43
XYZ11.56197.184027.9714
Yxy7.18400.24750.1538
Hunter Lab26.803030.0936-43.1125
CIE-Lab32.222239.8882-43.9981

#633492 color RGB value is (99,52,146).

#633492 hex color red value is 99, green value is 52 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #633492 hue: 0.75 , saturation: 0.47 and the lightness value of 633492 is 0.39.

The process color (four color CMYK) of #633492 color hex is 0.32, 0.64, 0.00, 0.43. Web safe color of #633492 is #663399. Color #633492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110100 10010010
Octal 143 64 222
Decimal 99 52 146
Hex 63 34 92

RGB Percentages of Color #633492

%33.33
%17.51
%49.16

CMYK Percentages of Color #633492

%32
%64
%0
%43

Triadic Colors of #633492

#633492 #926334 #349263

Analogous Colors of #633492

#633492 #923492 #343492

Monochromatic Colors of #633492

#633492

Complementary Color

#633492 #639234

#633492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633492 Color CSS Codes

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

#633492 Text Font Color

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

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


#633492 Background Color

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

This div background color is #633492


#633492 Border Color

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

This div border color is #633492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633492


Comments

No comments written yet.

Please login to write comment.