Color Hex Logo

#631bdd Color Hex

#631BDD
(99,27,221)
0 Favorites   0 Comments

Color spaces of #631bdd

RGB 9927221
HSL0.730.780.49
HSV262°88°87°
CMYK 0.550.880.00   0.13
XYZ18.58878.657069.0978
Yxy8.65700.19290.0899
Hunter Lab29.422861.2827-118.6434
CIE-Lab35.315369.0418-83.3945

#631bdd color RGB value is (99,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011011 11011101
Octal 143 33 335
Decimal 99 27 221
Hex 63 1B DD

RGB Percentages of Color #631bdd

%28.53
%7.78
%63.69

CMYK Percentages of Color #631bdd

%55
%88
%0
%13

Triadic Colors of #631bdd

#631bdd #dd631b #1bdd63

Analogous Colors of #631bdd

#631bdd #c41bdd #1b34dd

Monochromatic Colors of #631bdd

#631bdd

Complementary Color

#631bdd #95dd1b

#631bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#631bdd Color CSS Codes

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

#631bdd Text Font Color

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

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


#631bdd Background Color

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

This div background color is #631bdd


#631bdd Border Color

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

This div border color is #631bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631bdd


Comments

No comments written yet.

Please login to write comment.