Color Hex Logo

#631aeb Color Hex

#631AEB
(99,26,235)
0 Favorites   0 Comments

Color spaces of #631aeb

RGB 9926235
HSL0.720.840.51
HSV261°89°92°
CMYK 0.580.890.00   0.08
XYZ20.51049.389679.3286
Yxy9.38960.18780.0860
Hunter Lab30.642565.8539-132.0430
CIE-Lab36.723872.6458-89.0612

#631aeb color RGB value is (99,26,235).

#631aeb hex color red value is 99, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #631aeb hue: 0.72 , saturation: 0.84 and the lightness value of 631aeb is 0.51.

The process color (four color CMYK) of #631aeb color hex is 0.58, 0.89, 0.00, 0.08. Web safe color of #631aeb is #6633ff. Color #631aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 11101011
Octal 143 32 353
Decimal 99 26 235
Hex 63 1A EB

RGB Percentages of Color #631aeb

%27.50
%7.22
%65.28

CMYK Percentages of Color #631aeb

%58
%89
%0
%8

Triadic Colors of #631aeb

#631aeb #eb631a #1aeb63

Analogous Colors of #631aeb

#631aeb #cc1aeb #1a3aeb

Monochromatic Colors of #631aeb

#631aeb

Complementary Color

#631aeb #a2eb1a

#631aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#631aeb Color CSS Codes

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

#631aeb Text Font Color

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

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


#631aeb Background Color

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

This div background color is #631aeb


#631aeb Border Color

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

This div border color is #631aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631aeb


Comments

No comments written yet.

Please login to write comment.