Color Hex Logo

#631dac Color Hex

#631DAC
(99,29,172)
0 Favorites   0 Comments

Color spaces of #631dac

RGB 9929172
HSL0.750.710.39
HSV269°83°67°
CMYK 0.420.830.00   0.33
XYZ13.03136.509939.5994
Yxy6.50990.22030.1101
Hunter Lab25.514546.5169-74.1600
CIE-Lab30.664156.6836-62.3046

#631dac color RGB value is (99,29,172).

#631dac hex color red value is 99, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #631dac hue: 0.75 , saturation: 0.71 and the lightness value of 631dac is 0.39.

The process color (four color CMYK) of #631dac color hex is 0.42, 0.83, 0.00, 0.33. Web safe color of #631dac is #663399. Color #631dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011101 10101100
Octal 143 35 254
Decimal 99 29 172
Hex 63 1D AC

RGB Percentages of Color #631dac

%33.00
%9.67
%57.33

CMYK Percentages of Color #631dac

%42
%83
%0
%33

Triadic Colors of #631dac

#631dac #ac631d #1dac63

Analogous Colors of #631dac

#631dac #ab1dac #1d1eac

Monochromatic Colors of #631dac

#631dac

Complementary Color

#631dac #66ac1d

#631dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#631dac Color CSS Codes

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

#631dac Text Font Color

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

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


#631dac Background Color

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

This div background color is #631dac


#631dac Border Color

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

This div border color is #631dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,29,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #631dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #631dac;
  -webkit-box-shadow: 1px 1px 3px 2px #631dac;
  box-shadow:         1px 1px 3px 2px #631dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631dac


Comments

No comments written yet.

Please login to write comment.