Color Hex Logo

#391dda Color Hex

#391DDA
(57,29,218)
0 Favorites   0 Comments

Color spaces of #391dda

RGB 5729218
HSL0.690.770.48
HSV249°87°85°
CMYK 0.740.870.00   0.15
XYZ14.78166.810566.8652
Yxy6.81050.16710.0770
Hunter Lab26.096955.4348-133.6442
CIE-Lab31.371664.6959-88.3227

#391dda color RGB value is (57,29,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011101 11011010
Octal 71 35 332
Decimal 57 29 218
Hex 39 1D DA

RGB Percentages of Color #391dda

%18.75
%9.54
%71.71

CMYK Percentages of Color #391dda

%74
%87
%0
%15

Triadic Colors of #391dda

#391dda #da391d #1dda39

Analogous Colors of #391dda

#391dda #981dda #1d5fda

Monochromatic Colors of #391dda

#391dda

Complementary Color

#391dda #beda1d

#391dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#391dda Color CSS Codes

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

#391dda Text Font Color

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

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


#391dda Background Color

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

This div background color is #391dda


#391dda Border Color

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

This div border color is #391dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391dda


Comments

No comments written yet.

Please login to write comment.