Color Hex Logo

#631dde Color Hex

#631DDE
(99,29,222)
0 Favorites   0 Comments

Color spaces of #631dde

RGB 9929222
HSL0.730.770.49
HSV262°87°87°
CMYK 0.550.870.00   0.13
XYZ18.76988.805369.8176
Yxy8.80530.19270.0904
Hunter Lab29.673760.9793-118.7284
CIE-Lab35.606768.7254-83.4869

#631dde color RGB value is (99,29,222).

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

The process color (four color CMYK) of #631dde color hex is 0.55, 0.87, 0.00, 0.13. Web safe color of #631dde is #6633cc. Color #631dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011101 11011110
Octal 143 35 336
Decimal 99 29 222
Hex 63 1D DE

RGB Percentages of Color #631dde

%28.29
%8.29
%63.43

CMYK Percentages of Color #631dde

%55
%87
%0
%13

Triadic Colors of #631dde

#631dde #de631d #1dde63

Analogous Colors of #631dde

#631dde #c41dde #1d38de

Monochromatic Colors of #631dde

#631dde

Complementary Color

#631dde #98de1d

#631dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#631dde Color CSS Codes

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

#631dde Text Font Color

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

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


#631dde Background Color

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

This div background color is #631dde


#631dde Border Color

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

This div border color is #631dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631dde


Comments

No comments written yet.

Please login to write comment.