Color Hex Logo

#631aec Color Hex

#631AEC
(99,26,236)
0 Favorites   0 Comments

Color spaces of #631aec

RGB 9926236
HSL0.720.850.51
HSV261°89°93°
CMYK 0.580.890.00   0.07
XYZ20.65539.447680.0918
Yxy9.44760.18740.0857
Hunter Lab30.736966.1628-132.9771
CIE-Lab36.832272.8835-89.4497

#631aec color RGB value is (99,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 11101100
Octal 143 32 354
Decimal 99 26 236
Hex 63 1A EC

RGB Percentages of Color #631aec

%27.42
%7.20
%65.37

CMYK Percentages of Color #631aec

%58
%89
%0
%7

Triadic Colors of #631aec

#631aec #ec631a #1aec63

Analogous Colors of #631aec

#631aec #cc1aec #1a3aec

Monochromatic Colors of #631aec

#631aec

Complementary Color

#631aec #a3ec1a

#631aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#631aec Color CSS Codes

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

#631aec Text Font Color

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

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


#631aec Background Color

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

This div background color is #631aec


#631aec Border Color

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

This div border color is #631aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631aec


Comments

No comments written yet.

Please login to write comment.