Color Hex Logo

#630481 Color Hex

#630481
(99,4,129)
0 Favorites   0 Comments

Color spaces of #630481

RGB 994129
HSL0.790.940.26
HSV286°97°51°
CMYK 0.230.970.00   0.49
XYZ9.15154.324521.1212
Yxy4.32450.26450.1250
Hunter Lab20.795442.1610-45.6620
CIE-Lab24.716553.6664-45.5746

#630481 color RGB value is (99,4,129).

#630481 hex color red value is 99, green value is 4 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #630481 hue: 0.79 , saturation: 0.94 and the lightness value of 630481 is 0.26.

The process color (four color CMYK) of #630481 color hex is 0.23, 0.97, 0.00, 0.49. Web safe color of #630481 is #660099. Color #630481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000100 10000001
Octal 143 4 201
Decimal 99 4 129
Hex 63 4 81

RGB Percentages of Color #630481

%42.67
%1.72
%55.60

CMYK Percentages of Color #630481

%23
%97
%0
%49

Triadic Colors of #630481

#630481 #816304 #048163

Analogous Colors of #630481

#630481 #810460 #250481

Monochromatic Colors of #630481

#630481

Complementary Color

#630481 #228104

#630481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630481 Color CSS Codes

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

#630481 Text Font Color

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

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


#630481 Background Color

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

This div background color is #630481


#630481 Border Color

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

This div border color is #630481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630481


Comments

No comments written yet.

Please login to write comment.