Color Hex Logo

#630089 Color Hex

#630089
(99,0,137)
0 Favorites   0 Comments

Color spaces of #630089

RGB 990137
HSL0.791.000.27
HSV283°100°54°
CMYK 0.281.000.00   0.46
XYZ9.66094.458824.0184
Yxy4.45880.25330.1169
Hunter Lab21.115944.7143-52.6587
CIE-Lab25.133756.0436-49.9238

#630089 color RGB value is (99,0,137).

#630089 hex color red value is 99, green value is 0 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #630089 hue: 0.79 , saturation: 1.00 and the lightness value of 630089 is 0.27.

The process color (four color CMYK) of #630089 color hex is 0.28, 1.00, 0.00, 0.46. Web safe color of #630089 is #660099. Color #630089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000000 10001001
Octal 143 0 211
Decimal 99 0 137
Hex 63 0 89

RGB Percentages of Color #630089

%41.95
%0.00
%58.05

CMYK Percentages of Color #630089

%28
%100
%0
%46

Triadic Colors of #630089

#630089 #896300 #008963

Analogous Colors of #630089

#630089 #89006b #1f0089

Monochromatic Colors of #630089

#630089

Complementary Color

#630089 #268900

#630089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630089 Color CSS Codes

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

#630089 Text Font Color

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

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


#630089 Background Color

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

This div background color is #630089


#630089 Border Color

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

This div border color is #630089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630089


Comments

No comments written yet.

Please login to write comment.