Color Hex Logo

#631293 Color Hex

#631293
(99,18,147)
0 Favorites   0 Comments

Color spaces of #631293

RGB 9918147
HSL0.770.780.32
HSV278°88°58°
CMYK 0.330.880.00   0.42
XYZ10.62845.191828.0457
Yxy5.19180.24230.1184
Hunter Lab22.785543.3874-57.0276
CIE-Lab27.274454.3595-52.6413

#631293 color RGB value is (99,18,147).

#631293 hex color red value is 99, green value is 18 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #631293 hue: 0.77 , saturation: 0.78 and the lightness value of 631293 is 0.32.

The process color (four color CMYK) of #631293 color hex is 0.33, 0.88, 0.00, 0.42. Web safe color of #631293 is #660099. Color #631293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 10010011
Octal 143 22 223
Decimal 99 18 147
Hex 63 12 93

RGB Percentages of Color #631293

%37.50
%6.82
%55.68

CMYK Percentages of Color #631293

%33
%88
%0
%42

Triadic Colors of #631293

#631293 #936312 #129363

Analogous Colors of #631293

#631293 #931283 #221293

Monochromatic Colors of #631293

#631293

Complementary Color

#631293 #429312

#631293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631293 Color CSS Codes

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

#631293 Text Font Color

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

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


#631293 Background Color

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

This div background color is #631293


#631293 Border Color

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

This div border color is #631293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631293


Comments

No comments written yet.

Please login to write comment.