Color Hex Logo

#633172 Color Hex

#633172
(99,49,114)
0 Favorites   0 Comments

Color spaces of #633172

RGB 9949114
HSL0.790.400.32
HSV286°57°45°
CMYK 0.130.570.00   0.55
XYZ9.28126.064216.6009
Yxy6.06420.29050.1898
Hunter Lab24.625624.1805-22.7314
CIE-Lab29.573933.8068-28.2693

#633172 color RGB value is (99,49,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110001 01110010
Octal 143 61 162
Decimal 99 49 114
Hex 63 31 72

RGB Percentages of Color #633172

%37.79
%18.70
%43.51

CMYK Percentages of Color #633172

%13
%57
%0
%55

Triadic Colors of #633172

#633172 #726331 #317263

Analogous Colors of #633172

#633172 #723161 #423172

Monochromatic Colors of #633172

#633172

Complementary Color

#633172 #407231

#633172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#633172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#633172 Color CSS Codes

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

#633172 Text Font Color

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

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


#633172 Background Color

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

This div background color is #633172


#633172 Border Color

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

This div border color is #633172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #633172


Comments

No comments written yet.

Please login to write comment.