Color Hex Logo

#391bdd Color Hex

#391BDD
(57,27,221)
0 Favorites   0 Comments

Color spaces of #391bdd

RGB 5727221
HSL0.690.780.49
HSV249°88°87°
CMYK 0.740.880.00   0.13
XYZ15.13046.874268.9360
Yxy6.87420.16640.0756
Hunter Lab26.218757.1268-137.5363
CIE-Lab31.518866.1598-89.8060

#391bdd color RGB value is (57,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011011 11011101
Octal 71 33 335
Decimal 57 27 221
Hex 39 1B DD

RGB Percentages of Color #391bdd

%18.69
%8.85
%72.46

CMYK Percentages of Color #391bdd

%74
%88
%0
%13

Triadic Colors of #391bdd

#391bdd #dd391b #1bdd39

Analogous Colors of #391bdd

#391bdd #9a1bdd #1b5edd

Monochromatic Colors of #391bdd

#391bdd

Complementary Color

#391bdd #bfdd1b

#391bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#391bdd Color CSS Codes

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

#391bdd Text Font Color

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

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


#391bdd Background Color

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

This div background color is #391bdd


#391bdd Border Color

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

This div border color is #391bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391bdd


Comments

No comments written yet.

Please login to write comment.