Color Hex Logo

#391dad Color Hex

#391DAD
(57,29,173)
0 Favorites   0 Comments

Color spaces of #391dad

RGB 5729173
HSL0.700.710.40
HSV252°83°68°
CMYK 0.670.830.00   0.32
XYZ9.66954.765739.9454
Yxy4.76570.17780.0876
Hunter Lab21.830540.8607-93.2075
CIE-Lab26.056552.1349-70.6632

#391dad color RGB value is (57,29,173).

#391dad hex color red value is 57, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #391dad hue: 0.70 , saturation: 0.71 and the lightness value of 391dad is 0.40.

The process color (four color CMYK) of #391dad color hex is 0.67, 0.83, 0.00, 0.32. Web safe color of #391dad is #333399. Color #391dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011101 10101101
Octal 71 35 255
Decimal 57 29 173
Hex 39 1D AD

RGB Percentages of Color #391dad

%22.01
%11.20
%66.80

CMYK Percentages of Color #391dad

%67
%83
%0
%32

Triadic Colors of #391dad

#391dad #ad391d #1dad39

Analogous Colors of #391dad

#391dad #811dad #1d49ad

Monochromatic Colors of #391dad

#391dad

Complementary Color

#391dad #91ad1d

#391dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#391dad Color CSS Codes

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

#391dad Text Font Color

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

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


#391dad Background Color

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

This div background color is #391dad


#391dad Border Color

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

This div border color is #391dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391dad


Comments

No comments written yet.

Please login to write comment.