Color Hex Logo

#633472 Color Hex

#633472
(99,52,114)
0 Favorites   0 Comments

Color spaces of #633472

RGB 9952114
HSL0.790.370.33
HSV285°54°45°
CMYK 0.130.540.00   0.55
XYZ9.41086.323516.6441
Yxy6.32350.29070.1953
Hunter Lab25.146622.7950-21.6405
CIE-Lab30.214432.1127-27.2575

#633472 color RGB value is (99,52,114).

#633472 hex color red value is 99, green value is 52 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #633472 hue: 0.79 , saturation: 0.37 and the lightness value of 633472 is 0.33.

The process color (four color CMYK) of #633472 color hex is 0.13, 0.54, 0.00, 0.55. Web safe color of #633472 is #663366. Color #633472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110100 01110010
Octal 143 64 162
Decimal 99 52 114
Hex 63 34 72

RGB Percentages of Color #633472

%37.36
%19.62
%43.02

CMYK Percentages of Color #633472

%13
%54
%0
%55

Triadic Colors of #633472

#633472 #726334 #347263

Analogous Colors of #633472

#633472 #723462 #443472

Monochromatic Colors of #633472

#633472

Complementary Color

#633472 #437234

#633472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633472 Color CSS Codes

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

#633472 Text Font Color

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

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


#633472 Background Color

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

This div background color is #633472


#633472 Border Color

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

This div border color is #633472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633472


Comments

No comments written yet.

Please login to write comment.