Color Hex Logo

#633572 Color Hex

#633572
(99,53,114)
0 Favorites   0 Comments

Color spaces of #633572

RGB 9953114
HSL0.790.370.33
HSV285°54°45°
CMYK 0.130.540.00   0.55
XYZ9.45606.413816.6592
Yxy6.41380.29070.1972
Hunter Lab25.325522.3285-21.2734
CIE-Lab30.433331.5387-26.9124

#633572 color RGB value is (99,53,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110101 01110010
Octal 143 65 162
Decimal 99 53 114
Hex 63 35 72

RGB Percentages of Color #633572

%37.22
%19.92
%42.86

CMYK Percentages of Color #633572

%13
%54
%0
%55

Triadic Colors of #633572

#633572 #726335 #357263

Analogous Colors of #633572

#633572 #723562 #453572

Monochromatic Colors of #633572

#633572

Complementary Color

#633572 #447235

#633572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633572 Color CSS Codes

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

#633572 Text Font Color

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

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


#633572 Background Color

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

This div background color is #633572


#633572 Border Color

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

This div border color is #633572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633572


Comments

No comments written yet.

Please login to write comment.