Color Hex Logo

#630bfe Color Hex

#630BFE
(99,11,254)
0 Favorites   0 Comments

Color spaces of #630bfe

RGB 9911254
HSL0.730.990.52
HSV262°96°100°
CMYK 0.610.960.00   0.00
XYZ23.154710.047894.4850
Yxy10.04780.18130.0787
Hunter Lab31.698374.9173-154.5406
CIE-Lab37.928179.8262-97.7851

#630bfe color RGB value is (99,11,254).

#630bfe hex color red value is 99, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #630bfe hue: 0.73 , saturation: 0.99 and the lightness value of 630bfe is 0.52.

The process color (four color CMYK) of #630bfe color hex is 0.61, 0.96, 0.00, 0.00. Web safe color of #630bfe is #6600ff. Color #630bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001011 11111110
Octal 143 13 376
Decimal 99 11 254
Hex 63 B FE

RGB Percentages of Color #630bfe

%27.20
%3.02
%69.78

CMYK Percentages of Color #630bfe

%61
%96
%0
%0

Triadic Colors of #630bfe

#630bfe #fe630b #0bfe63

Analogous Colors of #630bfe

#630bfe #dd0bfe #0b2cfe

Monochromatic Colors of #630bfe

#630bfe

Complementary Color

#630bfe #a6fe0b

#630bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#630bfe Color CSS Codes

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

#630bfe Text Font Color

<p style="color:#630bfe">Text here</p>

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


#630bfe Background Color

<div style="background-color:#630bfe">
Div content here</div>

This div background color is #630bfe


#630bfe Border Color

<div style="border:3px solid #630bfe">
Div here</div>

This div border color is #630bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,11,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 #630bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.