Color Hex Logo

#311bdd Color Hex

#311BDD
(49,27,221)
0 Favorites   0 Comments

Color spaces of #311bdd

RGB 4927221
HSL0.690.780.49
HSV247°88°87°
CMYK 0.780.880.00   0.13
XYZ14.70976.657368.9163
Yxy6.65730.16290.0737
Hunter Lab25.801756.6107-140.3020
CIE-Lab31.013765.8019-90.6606

#311bdd color RGB value is (49,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011011 11011101
Octal 61 33 335
Decimal 49 27 221
Hex 31 1B DD

RGB Percentages of Color #311bdd

%16.50
%9.09
%74.41

CMYK Percentages of Color #311bdd

%78
%88
%0
%13

Triadic Colors of #311bdd

#311bdd #dd311b #1bdd31

Analogous Colors of #311bdd

#311bdd #921bdd #1b66dd

Monochromatic Colors of #311bdd

#311bdd

Complementary Color

#311bdd #c7dd1b

#311bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#311bdd Color CSS Codes

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

#311bdd Text Font Color

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

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


#311bdd Background Color

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

This div background color is #311bdd


#311bdd Border Color

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

This div border color is #311bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,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 #311bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311bdd


Comments

No comments written yet.

Please login to write comment.