Color Hex Logo

#391edd Color Hex

#391EDD
(57,30,221)
0 Favorites   0 Comments

Color spaces of #391edd

RGB 5730221
HSL0.690.760.49
HSV248°86°87°
CMYK 0.740.860.00   0.13
XYZ15.20287.018968.9601
Yxy7.01890.16670.0770
Hunter Lab26.493256.0669-135.7828
CIE-Lab31.849965.1641-89.2551

#391edd color RGB value is (57,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011110 11011101
Octal 71 36 335
Decimal 57 30 221
Hex 39 1E DD

RGB Percentages of Color #391edd

%18.51
%9.74
%71.75

CMYK Percentages of Color #391edd

%74
%86
%0
%13

Triadic Colors of #391edd

#391edd #dd391e #1edd39

Analogous Colors of #391edd

#391edd #991edd #1e62dd

Monochromatic Colors of #391edd

#391edd

Complementary Color

#391edd #c2dd1e

#391edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#391edd Color CSS Codes

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

#391edd Text Font Color

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

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


#391edd Background Color

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

This div background color is #391edd


#391edd Border Color

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

This div border color is #391edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391edd


Comments

No comments written yet.

Please login to write comment.