Color Hex Logo

#631cfe Color Hex

#631CFE
(99,28,254)
0 Favorites   0 Comments

Color spaces of #631cfe

RGB 9928254
HSL0.720.990.55
HSV259°89°100°
CMYK 0.610.890.00   0.00
XYZ23.450210.638994.5835
Yxy10.63890.18220.0827
Hunter Lab32.617371.2521-149.0966
CIE-Lab38.965576.6773-96.0627

#631cfe color RGB value is (99,28,254).

#631cfe hex color red value is 99, green value is 28 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #631cfe hue: 0.72 , saturation: 0.99 and the lightness value of 631cfe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011100 11111110
Octal 143 34 376
Decimal 99 28 254
Hex 63 1C FE

RGB Percentages of Color #631cfe

%25.98
%7.35
%66.67

CMYK Percentages of Color #631cfe

%61
%89
%0
%0

Triadic Colors of #631cfe

#631cfe #fe631c #1cfe63

Analogous Colors of #631cfe

#631cfe #d41cfe #1c46fe

Monochromatic Colors of #631cfe

#631cfe

Complementary Color

#631cfe #b7fe1c

#631cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#631cfe Color CSS Codes

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

#631cfe Text Font Color

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

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


#631cfe Background Color

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

This div background color is #631cfe


#631cfe Border Color

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

This div border color is #631cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.