Color Hex Logo

#631188 Color Hex

#631188
(99,17,136)
0 Favorites   0 Comments

Color spaces of #631188

RGB 9917136
HSL0.780.780.30
HSV281°88°53°
CMYK 0.270.880.00   0.47
XYZ9.79004.831123.7091
Yxy4.83110.25540.1260
Hunter Lab21.979841.0410-48.5690
CIE-Lab26.248052.2750-47.4814

#631188 color RGB value is (99,17,136).

#631188 hex color red value is 99, green value is 17 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #631188 hue: 0.78 , saturation: 0.78 and the lightness value of 631188 is 0.30.

The process color (four color CMYK) of #631188 color hex is 0.27, 0.88, 0.00, 0.47. Web safe color of #631188 is #660099. Color #631188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010001 10001000
Octal 143 21 210
Decimal 99 17 136
Hex 63 11 88

RGB Percentages of Color #631188

%39.29
%6.75
%53.97

CMYK Percentages of Color #631188

%27
%88
%0
%47

Triadic Colors of #631188

#631188 #886311 #118863

Analogous Colors of #631188

#631188 #881172 #271188

Monochromatic Colors of #631188

#631188

Complementary Color

#631188 #368811

#631188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631188 Color CSS Codes

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

#631188 Text Font Color

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

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


#631188 Background Color

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

This div background color is #631188


#631188 Border Color

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

This div border color is #631188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631188


Comments

No comments written yet.

Please login to write comment.