Color Hex Logo

#631fae Color Hex

#631FAE
(99,31,174)
0 Favorites   0 Comments

Color spaces of #631fae

RGB 9931174
HSL0.750.700.40
HSV269°82°68°
CMYK 0.430.820.00   0.32
XYZ13.27566.688640.6357
Yxy6.68860.21910.1104
Hunter Lab25.862346.3682-75.0547
CIE-Lab31.087256.4609-62.8096

#631fae color RGB value is (99,31,174).

#631fae hex color red value is 99, green value is 31 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #631fae hue: 0.75 , saturation: 0.70 and the lightness value of 631fae is 0.40.

The process color (four color CMYK) of #631fae color hex is 0.43, 0.82, 0.00, 0.32. Web safe color of #631fae is #663399. Color #631fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011111 10101110
Octal 143 37 256
Decimal 99 31 174
Hex 63 1F AE

RGB Percentages of Color #631fae

%32.57
%10.20
%57.24

CMYK Percentages of Color #631fae

%43
%82
%0
%32

Triadic Colors of #631fae

#631fae #ae631f #1fae63

Analogous Colors of #631fae

#631fae #ab1fae #1f23ae

Monochromatic Colors of #631fae

#631fae

Complementary Color

#631fae #6aae1f

#631fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#631fae Color CSS Codes

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

#631fae Text Font Color

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

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


#631fae Background Color

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

This div background color is #631fae


#631fae Border Color

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

This div border color is #631fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631fae


Comments

No comments written yet.

Please login to write comment.