Color Hex Logo

#631aba Color Hex

#631ABA
(99,26,186)
0 Favorites   0 Comments

Color spaces of #631aba

RGB 9926186
HSL0.740.750.42
HSV267°86°73°
CMYK 0.470.860.00   0.27
XYZ14.37796.936647.0355
Yxy6.93660.21040.1015
Hunter Lab26.337451.3547-87.4487
CIE-Lab31.662160.9729-69.0123

#631aba color RGB value is (99,26,186).

#631aba hex color red value is 99, green value is 26 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #631aba hue: 0.74 , saturation: 0.75 and the lightness value of 631aba is 0.42.

The process color (four color CMYK) of #631aba color hex is 0.47, 0.86, 0.00, 0.27. Web safe color of #631aba is #6633cc. Color #631aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 10111010
Octal 143 32 272
Decimal 99 26 186
Hex 63 1A BA

RGB Percentages of Color #631aba

%31.83
%8.36
%59.81

CMYK Percentages of Color #631aba

%47
%86
%0
%27

Triadic Colors of #631aba

#631aba #ba631a #1aba63

Analogous Colors of #631aba

#631aba #b31aba #1a21ba

Monochromatic Colors of #631aba

#631aba

Complementary Color

#631aba #71ba1a

#631aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#631aba Color CSS Codes

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

#631aba Text Font Color

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

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


#631aba Background Color

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

This div background color is #631aba


#631aba Border Color

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

This div border color is #631aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631aba


Comments

No comments written yet.

Please login to write comment.