Color Hex Logo

#391abe Color Hex

#391ABE
(57,26,190)
0 Favorites   0 Comments

Color spaces of #391abe

RGB 5726190
HSL0.700.760.42
HSV251°86°75°
CMYK 0.700.860.00   0.25
XYZ11.35105.326449.1450
Yxy5.32640.17240.0809
Hunter Lab23.079047.4039-110.0983
CIE-Lab27.645158.1011-78.1654

#391abe color RGB value is (57,26,190).

#391abe hex color red value is 57, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #391abe hue: 0.70 , saturation: 0.76 and the lightness value of 391abe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011010 10111110
Octal 71 32 276
Decimal 57 26 190
Hex 39 1A BE

RGB Percentages of Color #391abe

%20.88
%9.52
%69.60

CMYK Percentages of Color #391abe

%70
%86
%0
%25

Triadic Colors of #391abe

#391abe #be391a #1abe39

Analogous Colors of #391abe

#391abe #8b1abe #1a4dbe

Monochromatic Colors of #391abe

#391abe

Complementary Color

#391abe #9fbe1a

#391abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#391abe Color CSS Codes

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

#391abe Text Font Color

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

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


#391abe Background Color

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

This div background color is #391abe


#391abe Border Color

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

This div border color is #391abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391abe


Comments

No comments written yet.

Please login to write comment.