Color Hex Logo

#630562 Color Hex

#630562
(99,5,98)
0 Favorites   0 Comments

Color spaces of #630562

RGB 99598
HSL0.840.900.20
HSV301°95°39°
CMYK 0.000.950.01   0.61
XYZ7.40453.643011.8682
Yxy3.64300.32310.1590
Hunter Lab19.086635.8459-23.5063
CIE-Lab22.454347.7938-29.2366

#630562 color RGB value is (99,5,98).

#630562 hex color red value is 99, green value is 5 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #630562 hue: 0.84 , saturation: 0.90 and the lightness value of 630562 is 0.20.

The process color (four color CMYK) of #630562 color hex is 0.00, 0.95, 0.01, 0.61. Web safe color of #630562 is #660066. Color #630562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000101 01100010
Octal 143 5 142
Decimal 99 5 98
Hex 63 5 62

RGB Percentages of Color #630562

%49.01
%2.48
%48.51

CMYK Percentages of Color #630562

%0
%95
%1
%61

Triadic Colors of #630562

#630562 #626305 #056263

Analogous Colors of #630562

#630562 #630533 #350563

Monochromatic Colors of #630562

#630562

Complementary Color

#630562 #056306

#630562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630562 Color CSS Codes

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

#630562 Text Font Color

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

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


#630562 Background Color

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

This div background color is #630562


#630562 Border Color

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

This div border color is #630562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630562


Comments

No comments written yet.

Please login to write comment.