Color Hex Logo

#630198 Color Hex

#630198
(99,1,152)
0 Favorites   0 Comments

Color spaces of #630198

RGB 991152
HSL0.770.990.30
HSV279°99°60°
CMYK 0.350.990.00   0.40
XYZ10.82394.941430.0891
Yxy4.94140.23600.1078
Hunter Lab22.229348.0142-64.6933
CIE-Lab26.567258.8758-56.8789

#630198 color RGB value is (99,1,152).

#630198 hex color red value is 99, green value is 1 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #630198 hue: 0.77 , saturation: 0.99 and the lightness value of 630198 is 0.30.

The process color (four color CMYK) of #630198 color hex is 0.35, 0.99, 0.00, 0.40. Web safe color of #630198 is #660099. Color #630198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000001 10011000
Octal 143 1 230
Decimal 99 1 152
Hex 63 1 98

RGB Percentages of Color #630198

%39.29
%0.40
%60.32

CMYK Percentages of Color #630198

%35
%99
%0
%40

Triadic Colors of #630198

#630198 #986301 #019863

Analogous Colors of #630198

#630198 #980182 #180198

Monochromatic Colors of #630198

#630198

Complementary Color

#630198 #369801

#630198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#630198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#630198 Color CSS Codes

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

#630198 Text Font Color

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

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


#630198 Background Color

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

This div background color is #630198


#630198 Border Color

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

This div border color is #630198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #630198


Comments

No comments written yet.

Please login to write comment.