Color Hex Logo

#631880 Color Hex

#631880
(99,24,128)
0 Favorites   0 Comments

Color spaces of #631880

RGB 9924128
HSL0.790.680.30
HSV283°81°50°
CMYK 0.230.810.00   0.50
XYZ9.36854.864420.8672
Yxy4.86440.26690.1386
Hunter Lab22.055437.2248-40.6571
CIE-Lab26.344948.4444-42.3010

#631880 color RGB value is (99,24,128).

#631880 hex color red value is 99, green value is 24 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #631880 hue: 0.79 , saturation: 0.68 and the lightness value of 631880 is 0.30.

The process color (four color CMYK) of #631880 color hex is 0.23, 0.81, 0.00, 0.50. Web safe color of #631880 is #660099. Color #631880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011000 10000000
Octal 143 30 200
Decimal 99 24 128
Hex 63 18 80

RGB Percentages of Color #631880

%39.44
%9.56
%51.00

CMYK Percentages of Color #631880

%23
%81
%0
%50

Triadic Colors of #631880

#631880 #806318 #188063

Analogous Colors of #631880

#631880 #801869 #2f1880

Monochromatic Colors of #631880

#631880

Complementary Color

#631880 #358018

#631880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631880 Color CSS Codes

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

#631880 Text Font Color

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

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


#631880 Background Color

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

This div background color is #631880


#631880 Border Color

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

This div border color is #631880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631880


Comments

No comments written yet.

Please login to write comment.