Color Hex Logo

#631add Color Hex

#631ADD
(99,26,221)
0 Favorites   0 Comments

Color spaces of #631add

RGB 9926221
HSL0.730.790.48
HSV262°88°87°
CMYK 0.550.880.00   0.13
XYZ18.56618.611969.0903
Yxy8.61190.19290.0895
Hunter Lab29.346061.5745-119.0461
CIE-Lab35.226169.3089-83.5422

#631add color RGB value is (99,26,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 11011101
Octal 143 32 335
Decimal 99 26 221
Hex 63 1A DD

RGB Percentages of Color #631add

%28.61
%7.51
%63.87

CMYK Percentages of Color #631add

%55
%88
%0
%13

Triadic Colors of #631add

#631add #dd631a #1add63

Analogous Colors of #631add

#631add #c51add #1a32dd

Monochromatic Colors of #631add

#631add

Complementary Color

#631add #94dd1a

#631add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631add Color Preview on White Background

Lorem ipsum dolor sit amet.

#631add Color CSS Codes

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

#631add Text Font Color

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

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


#631add Background Color

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

This div background color is #631add


#631add Border Color

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

This div border color is #631add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631add


Comments

No comments written yet.

Please login to write comment.