Color Hex Logo

#631cad Color Hex

#631CAD
(99,28,173)
0 Favorites   0 Comments

Color spaces of #631cad

RGB 9928173
HSL0.750.720.39
HSV269°84°68°
CMYK 0.430.840.00   0.32
XYZ13.10376.500340.0992
Yxy6.50030.21950.1089
Hunter Lab25.495747.1240-75.4034
CIE-Lab30.641157.2591-62.9422

#631cad color RGB value is (99,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011100 10101101
Octal 143 34 255
Decimal 99 28 173
Hex 63 1C AD

RGB Percentages of Color #631cad

%33.00
%9.33
%57.67

CMYK Percentages of Color #631cad

%43
%84
%0
%32

Triadic Colors of #631cad

#631cad #ad631c #1cad63

Analogous Colors of #631cad

#631cad #ac1cad #1c1ead

Monochromatic Colors of #631cad

#631cad

Complementary Color

#631cad #66ad1c

#631cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#631cad Color CSS Codes

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

#631cad Text Font Color

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

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


#631cad Background Color

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

This div background color is #631cad


#631cad Border Color

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

This div border color is #631cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631cad


Comments

No comments written yet.

Please login to write comment.