Color Hex Logo

#630eac Color Hex

#630EAC
(99,14,172)
0 Favorites   0 Comments

Color spaces of #630eac

RGB 9914172
HSL0.760.850.36
HSV272°92°67°
CMYK 0.420.920.00   0.33
XYZ12.74905.945339.5053
Yxy5.94530.21910.1022
Hunter Lab24.383050.6611-78.9935
CIE-Lab29.274060.7998-64.5880

#630eac color RGB value is (99,14,172).

#630eac hex color red value is 99, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #630eac hue: 0.76 , saturation: 0.85 and the lightness value of 630eac is 0.36.

The process color (four color CMYK) of #630eac color hex is 0.42, 0.92, 0.00, 0.33. Web safe color of #630eac is #660099. Color #630eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001110 10101100
Octal 143 16 254
Decimal 99 14 172
Hex 63 E AC

RGB Percentages of Color #630eac

%34.74
%4.91
%60.35

CMYK Percentages of Color #630eac

%42
%92
%0
%33

Triadic Colors of #630eac

#630eac #ac630e #0eac63

Analogous Colors of #630eac

#630eac #ac0ea6 #140eac

Monochromatic Colors of #630eac

#630eac

Complementary Color

#630eac #57ac0e

#630eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#630eac Color CSS Codes

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

#630eac Text Font Color

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

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


#630eac Background Color

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

This div background color is #630eac


#630eac Border Color

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

This div border color is #630eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630eac


Comments

No comments written yet.

Please login to write comment.