Color Hex Logo

#631dba Color Hex

#631DBA
(99,29,186)
0 Favorites   0 Comments

Color spaces of #631dba

RGB 9929186
HSL0.740.730.42
HSV267°84°73°
CMYK 0.470.840.00   0.27
XYZ14.44797.076547.0588
Yxy7.07650.21070.1032
Hunter Lab26.601750.3939-86.2637
CIE-Lab31.980460.0326-68.4885

#631dba color RGB value is (99,29,186).

#631dba hex color red value is 99, green value is 29 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #631dba hue: 0.74 , saturation: 0.73 and the lightness value of 631dba is 0.42.

The process color (four color CMYK) of #631dba color hex is 0.47, 0.84, 0.00, 0.27. Web safe color of #631dba is #6633cc. Color #631dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011101 10111010
Octal 143 35 272
Decimal 99 29 186
Hex 63 1D BA

RGB Percentages of Color #631dba

%31.53
%9.24
%59.24

CMYK Percentages of Color #631dba

%47
%84
%0
%27

Triadic Colors of #631dba

#631dba #ba631d #1dba63

Analogous Colors of #631dba

#631dba #b21dba #1d26ba

Monochromatic Colors of #631dba

#631dba

Complementary Color

#631dba #74ba1d

#631dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#631dba Color CSS Codes

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

#631dba Text Font Color

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

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


#631dba Background Color

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

This div background color is #631dba


#631dba Border Color

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

This div border color is #631dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631dba

#631dba Color Palettes


Comments

No comments written yet.

Please login to write comment.