Color Hex Logo

#630aaa Color Hex

#630AAA
(99,10,170)
0 Favorites   0 Comments

Color spaces of #630aaa

RGB 9910170
HSL0.760.890.35
HSV273°94°67°
CMYK 0.420.940.00   0.33
XYZ12.50985.772038.4850
Yxy5.77200.22040.1017
Hunter Lab24.025050.9011-78.1576
CIE-Lab28.829861.1038-64.1152

#630aaa color RGB value is (99,10,170).

#630aaa hex color red value is 99, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #630aaa hue: 0.76 , saturation: 0.89 and the lightness value of 630aaa is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001010 10101010
Octal 143 12 252
Decimal 99 10 170
Hex 63 A AA

RGB Percentages of Color #630aaa

%35.48
%3.58
%60.93

CMYK Percentages of Color #630aaa

%42
%94
%0
%33

Triadic Colors of #630aaa

#630aaa #aa630a #0aaa63

Analogous Colors of #630aaa

#630aaa #aa0aa1 #130aaa

Monochromatic Colors of #630aaa

#630aaa

Complementary Color

#630aaa #51aa0a

#630aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#630aaa Color CSS Codes

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

#630aaa Text Font Color

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

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


#630aaa Background Color

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

This div background color is #630aaa


#630aaa Border Color

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

This div border color is #630aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630aaa


Comments

No comments written yet.

Please login to write comment.