Color Hex Logo

#391efd Color Hex

#391EFD
(57,30,253)
0 Favorites   0 Comments

Color spaces of #391efd

RGB 5730253
HSL0.690.980.55
HSV247°88°99°
CMYK 0.770.880.00   0.01
XYZ19.88128.890393.5966
Yxy8.89030.16250.0727
Hunter Lab29.816666.8417-165.2442
CIE-Lab35.772273.6490-100.9023

#391efd color RGB value is (57,30,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011110 11111101
Octal 71 36 375
Decimal 57 30 253
Hex 39 1E FD

RGB Percentages of Color #391efd

%16.76
%8.82
%74.41

CMYK Percentages of Color #391efd

%77
%88
%0
%1

Triadic Colors of #391efd

#391efd #fd391e #1efd39

Analogous Colors of #391efd

#391efd #a91efd #1e73fd

Monochromatic Colors of #391efd

#391efd

Complementary Color

#391efd #e2fd1e

#391efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#391efd Color CSS Codes

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

#391efd Text Font Color

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

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


#391efd Background Color

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

This div background color is #391efd


#391efd Border Color

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

This div border color is #391efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391efd


Comments

No comments written yet.

Please login to write comment.