Color Hex Logo

#391adb Color Hex

#391ADB
(57,26,219)
0 Favorites   0 Comments

Color spaces of #391adb

RGB 5726219
HSL0.690.790.48
HSV250°88°86°
CMYK 0.740.880.00   0.14
XYZ14.84296.723167.5332
Yxy6.72310.16660.0755
Hunter Lab25.928956.8058-136.2735
CIE-Lab31.168065.9443-89.2378

#391adb color RGB value is (57,26,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011010 11011011
Octal 71 32 333
Decimal 57 26 219
Hex 39 1A DB

RGB Percentages of Color #391adb

%18.87
%8.61
%72.52

CMYK Percentages of Color #391adb

%74
%88
%0
%14

Triadic Colors of #391adb

#391adb #db391a #1adb39

Analogous Colors of #391adb

#391adb #9a1adb #1a5cdb

Monochromatic Colors of #391adb

#391adb

Complementary Color

#391adb #bcdb1a

#391adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#391adb Color CSS Codes

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

#391adb Text Font Color

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

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


#391adb Background Color

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

This div background color is #391adb


#391adb Border Color

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

This div border color is #391adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391adb


Comments

No comments written yet.

Please login to write comment.