Color Hex Logo

#630576 Color Hex

#630576
(99,5,118)
0 Favorites   0 Comments

Color spaces of #630576

RGB 995118
HSL0.810.920.24
HSV290°96°46°
CMYK 0.160.960.00   0.54
XYZ8.46994.069217.4786
Yxy4.06920.28220.1356
Hunter Lab20.172339.6469-37.2523
CIE-Lab23.898951.3534-39.9044

#630576 color RGB value is (99,5,118).

#630576 hex color red value is 99, green value is 5 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #630576 hue: 0.81 , saturation: 0.92 and the lightness value of 630576 is 0.24.

The process color (four color CMYK) of #630576 color hex is 0.16, 0.96, 0.00, 0.54. Web safe color of #630576 is #660066. Color #630576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000101 01110110
Octal 143 5 166
Decimal 99 5 118
Hex 63 5 76

RGB Percentages of Color #630576

%44.59
%2.25
%53.15

CMYK Percentages of Color #630576

%16
%96
%0
%54

Triadic Colors of #630576

#630576 #766305 #057663

Analogous Colors of #630576

#630576 #760551 #2a0576

Monochromatic Colors of #630576

#630576

Complementary Color

#630576 #187605

#630576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630576 Color CSS Codes

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

#630576 Text Font Color

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

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


#630576 Background Color

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

This div background color is #630576


#630576 Border Color

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

This div border color is #630576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630576


Comments

No comments written yet.

Please login to write comment.