Color Hex Logo

#391edb Color Hex

#391EDB
(57,30,219)
0 Favorites   0 Comments

Color spaces of #391edb

RGB 5730219
HSL0.690.760.49
HSV249°86°86°
CMYK 0.740.860.00   0.14
XYZ14.93786.912967.5648
Yxy6.91290.16710.0773
Hunter Lab26.292455.4016-133.9556
CIE-Lab31.607864.6214-88.5062

#391edb color RGB value is (57,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011110 11011011
Octal 71 36 333
Decimal 57 30 219
Hex 39 1E DB

RGB Percentages of Color #391edb

%18.63
%9.80
%71.57

CMYK Percentages of Color #391edb

%74
%86
%0
%14

Triadic Colors of #391edb

#391edb #db391e #1edb39

Analogous Colors of #391edb

#391edb #981edb #1e61db

Monochromatic Colors of #391edb

#391edb

Complementary Color

#391edb #c0db1e

#391edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#391edb Color CSS Codes

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

#391edb Text Font Color

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

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


#391edb Background Color

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

This div background color is #391edb


#391edb Border Color

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

This div border color is #391edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,30,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391edb


Comments

No comments written yet.

Please login to write comment.