Color Hex Logo

#391ef0 Color Hex

#391EF0
(57,30,240)
0 Favorites   0 Comments

Color spaces of #391ef0

RGB 5730240
HSL0.690.880.53
HSV248°88°94°
CMYK 0.760.880.00   0.06
XYZ17.87988.089783.0572
Yxy8.08970.16400.0742
Hunter Lab28.442462.4366-153.2284
CIE-Lab34.169070.2456-96.2426

#391ef0 color RGB value is (57,30,240).

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

The process color (four color CMYK) of #391ef0 color hex is 0.76, 0.88, 0.00, 0.06. Web safe color of #391ef0 is #3333ff. Color #391ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011110 11110000
Octal 71 36 360
Decimal 57 30 240
Hex 39 1E F0

RGB Percentages of Color #391ef0

%17.43
%9.17
%73.39

CMYK Percentages of Color #391ef0

%76
%88
%0
%6

Triadic Colors of #391ef0

#391ef0 #f0391e #1ef039

Analogous Colors of #391ef0

#391ef0 #a21ef0 #1e6cf0

Monochromatic Colors of #391ef0

#391ef0

Complementary Color

#391ef0 #d5f01e

#391ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391ef0 Color CSS Codes

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

#391ef0 Text Font Color

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

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


#391ef0 Background Color

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

This div background color is #391ef0


#391ef0 Border Color

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

This div border color is #391ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391ef0


Comments

No comments written yet.

Please login to write comment.