Color Hex Logo

#63097f Color Hex

#63097F
(99,9,127)
0 Favorites   0 Comments

Color spaces of #63097f

RGB 999127
HSL0.790.870.27
HSV286°93°50°
CMYK 0.220.930.00   0.50
XYZ9.07404.380320.4459
Yxy4.38030.26770.1292
Hunter Lab20.929240.7640-43.2705
CIE-Lab24.890852.2660-44.0267

#63097f color RGB value is (99,9,127).

#63097f hex color red value is 99, green value is 9 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #63097f hue: 0.79 , saturation: 0.87 and the lightness value of 63097f is 0.27.

The process color (four color CMYK) of #63097f color hex is 0.22, 0.93, 0.00, 0.50. Web safe color of #63097f is #660066. Color #63097f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00001001 01111111
Octal 143 11 177
Decimal 99 9 127
Hex 63 9 7F

RGB Percentages of Color #63097f

%42.13
%3.83
%54.04

CMYK Percentages of Color #63097f

%22
%93
%0
%50

Triadic Colors of #63097f

#63097f #7f6309 #097f63

Analogous Colors of #63097f

#63097f #7f0960 #28097f

Monochromatic Colors of #63097f

#63097f

Complementary Color

#63097f #257f09

#63097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#63097f Color CSS Codes

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

#63097f Text Font Color

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

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


#63097f Background Color

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

This div background color is #63097f


#63097f Border Color

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

This div border color is #63097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63097f


Comments

No comments written yet.

Please login to write comment.