Color Hex Logo

#630cfe Color Hex

#630CFE
(99,12,254)
0 Favorites   0 Comments

Color spaces of #630cfe

RGB 9912254
HSL0.730.990.52
HSV262°95°100°
CMYK 0.610.950.00   0.00
XYZ23.166510.071394.4889
Yxy10.07130.18140.0789
Hunter Lab31.735374.7666-154.3157
CIE-Lab37.970179.6981-97.7153

#630cfe color RGB value is (99,12,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001100 11111110
Octal 143 14 376
Decimal 99 12 254
Hex 63 C FE

RGB Percentages of Color #630cfe

%27.12
%3.29
%69.59

CMYK Percentages of Color #630cfe

%61
%95
%0
%0

Triadic Colors of #630cfe

#630cfe #fe630c #0cfe63

Analogous Colors of #630cfe

#630cfe #dc0cfe #0c2efe

Monochromatic Colors of #630cfe

#630cfe

Complementary Color

#630cfe #a7fe0c

#630cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#630cfe Color CSS Codes

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

#630cfe Text Font Color

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

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


#630cfe Background Color

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

This div background color is #630cfe


#630cfe Border Color

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

This div border color is #630cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630cfe


Comments

No comments written yet.

Please login to write comment.