Color Hex Logo

#631e40 Color Hex

#631E40
(99,30,64)
0 Favorites   0 Comments

Color spaces of #631e40

RGB 993064
HSL0.920.530.25
HSV330°70°39°
CMYK 0.000.700.35   0.61
XYZ6.53533.95145.2687
Yxy3.95140.41480.2508
Hunter Lab19.878123.8984-1.8001
CIE-Lab23.510134.5366-4.7596

#631e40 color RGB value is (99,30,64).

#631e40 hex color red value is 99, green value is 30 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #631e40 hue: 0.92 , saturation: 0.53 and the lightness value of 631e40 is 0.25.

The process color (four color CMYK) of #631e40 color hex is 0.00, 0.70, 0.35, 0.61. Web safe color of #631e40 is #663333. Color #631e40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011110 01000000
Octal 143 36 100
Decimal 99 30 64
Hex 63 1E 40

RGB Percentages of Color #631e40

%51.30
%15.54
%33.16

CMYK Percentages of Color #631e40

%0
%70
%35
%61

Triadic Colors of #631e40

#631e40 #40631e #1e4063

Analogous Colors of #631e40

#631e40 #631f1e #631e63

Monochromatic Colors of #631e40

#631e40

Complementary Color

#631e40 #1e6341

#631e40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631e40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631e40 Color CSS Codes

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

#631e40 Text Font Color

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

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


#631e40 Background Color

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

This div background color is #631e40


#631e40 Border Color

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

This div border color is #631e40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631e40


Comments

No comments written yet.

Please login to write comment.