Color Hex Logo

#631abd Color Hex

#631ABD
(99,26,189)
0 Favorites   0 Comments

Color spaces of #631abd

RGB 9926189
HSL0.740.760.42
HSV267°86°74°
CMYK 0.480.860.00   0.26
XYZ14.70037.065648.7331
Yxy7.06560.20850.1002
Hunter Lab26.581252.1994-90.0935
CIE-Lab31.955861.6838-70.3035

#631abd color RGB value is (99,26,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 10111101
Octal 143 32 275
Decimal 99 26 189
Hex 63 1A BD

RGB Percentages of Color #631abd

%31.53
%8.28
%60.19

CMYK Percentages of Color #631abd

%48
%86
%0
%26

Triadic Colors of #631abd

#631abd #bd631a #1abd63

Analogous Colors of #631abd

#631abd #b51abd #1a23bd

Monochromatic Colors of #631abd

#631abd

Complementary Color

#631abd #74bd1a

#631abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#631abd Color CSS Codes

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

#631abd Text Font Color

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

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


#631abd Background Color

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

This div background color is #631abd


#631abd Border Color

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

This div border color is #631abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631abd


Comments

No comments written yet.

Please login to write comment.