Color Hex Logo

#631ade Color Hex

#631ADE
(99,26,222)
0 Favorites   0 Comments

Color spaces of #631ade

RGB 9926222
HSL0.730.790.49
HSV262°88°87°
CMYK 0.550.880.00   0.13
XYZ18.69988.665469.7942
Yxy8.66540.19250.0892
Hunter Lab29.437161.8768-119.9685
CIE-Lab35.331969.5474-83.9413

#631ade color RGB value is (99,26,222).

#631ade hex color red value is 99, green value is 26 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #631ade hue: 0.73 , saturation: 0.79 and the lightness value of 631ade is 0.49.

The process color (four color CMYK) of #631ade color hex is 0.55, 0.88, 0.00, 0.13. Web safe color of #631ade is #6633cc. Color #631ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 11011110
Octal 143 32 336
Decimal 99 26 222
Hex 63 1A DE

RGB Percentages of Color #631ade

%28.53
%7.49
%63.98

CMYK Percentages of Color #631ade

%55
%88
%0
%13

Triadic Colors of #631ade

#631ade #de631a #1ade63

Analogous Colors of #631ade

#631ade #c51ade #1a33de

Monochromatic Colors of #631ade

#631ade

Complementary Color

#631ade #95de1a

#631ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#631ade Color CSS Codes

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

#631ade Text Font Color

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

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


#631ade Background Color

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

This div background color is #631ade


#631ade Border Color

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

This div border color is #631ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631ade


Comments

No comments written yet.

Please login to write comment.