Color Hex Logo

#631ffb Color Hex

#631FFB
(99,31,251)
0 Favorites   0 Comments

Color spaces of #631ffb

RGB 9931251
HSL0.720.960.55
HSV259°88°98°
CMYK 0.610.880.00   0.02
XYZ23.048210.597792.0976
Yxy10.59770.18330.0843
Hunter Lab32.554169.4077-144.9472
CIE-Lab38.894575.1812-94.4985

#631ffb color RGB value is (99,31,251).

#631ffb hex color red value is 99, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #631ffb hue: 0.72 , saturation: 0.96 and the lightness value of 631ffb is 0.55.

The process color (four color CMYK) of #631ffb color hex is 0.61, 0.88, 0.00, 0.02. Web safe color of #631ffb is #6633ff. Color #631ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011111 11111011
Octal 143 37 373
Decimal 99 31 251
Hex 63 1F FB

RGB Percentages of Color #631ffb

%25.98
%8.14
%65.88

CMYK Percentages of Color #631ffb

%61
%88
%0
%2

Triadic Colors of #631ffb

#631ffb #fb631f #1ffb63

Analogous Colors of #631ffb

#631ffb #d11ffb #1f49fb

Monochromatic Colors of #631ffb

#631ffb

Complementary Color

#631ffb #b7fb1f

#631ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#631ffb Color CSS Codes

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

#631ffb Text Font Color

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

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


#631ffb Background Color

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

This div background color is #631ffb


#631ffb Border Color

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

This div border color is #631ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631ffb


Comments

No comments written yet.

Please login to write comment.