Color Hex Logo

#631bea Color Hex

#631BEA
(99,27,234)
0 Favorites   0 Comments

Color spaces of #631bea

RGB 9927234
HSL0.720.830.51
HSV261°88°92°
CMYK 0.580.880.00   0.08
XYZ20.38889.377078.5772
Yxy9.37700.18820.0865
Hunter Lab30.621965.2614-130.7056
CIE-Lab36.700272.1537-88.5319

#631bea color RGB value is (99,27,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011011 11101010
Octal 143 33 352
Decimal 99 27 234
Hex 63 1B EA

RGB Percentages of Color #631bea

%27.50
%7.50
%65.00

CMYK Percentages of Color #631bea

%58
%88
%0
%8

Triadic Colors of #631bea

#631bea #ea631b #1bea63

Analogous Colors of #631bea

#631bea #cb1bea #1b3aea

Monochromatic Colors of #631bea

#631bea

Complementary Color

#631bea #a2ea1b

#631bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#631bea Color CSS Codes

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

#631bea Text Font Color

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

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


#631bea Background Color

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

This div background color is #631bea


#631bea Border Color

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

This div border color is #631bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631bea


Comments

No comments written yet.

Please login to write comment.