Color Hex Logo

#391cad Color Hex

#391CAD
(57,28,173)
0 Favorites   0 Comments

Color spaces of #391cad

RGB 5728173
HSL0.700.720.39
HSV252°84°68°
CMYK 0.670.840.00   0.32
XYZ9.64544.717539.9374
Yxy4.71750.17760.0869
Hunter Lab21.719841.2592-93.8159
CIE-Lab25.914352.5540-70.8989

#391cad color RGB value is (57,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011100 10101101
Octal 71 34 255
Decimal 57 28 173
Hex 39 1C AD

RGB Percentages of Color #391cad

%22.09
%10.85
%67.05

CMYK Percentages of Color #391cad

%67
%84
%0
%32

Triadic Colors of #391cad

#391cad #ad391c #1cad39

Analogous Colors of #391cad

#391cad #821cad #1c48ad

Monochromatic Colors of #391cad

#391cad

Complementary Color

#391cad #90ad1c

#391cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#391cad Color CSS Codes

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

#391cad Text Font Color

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

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


#391cad Background Color

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

This div background color is #391cad


#391cad Border Color

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

This div border color is #391cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,28,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 #391cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391cad


Comments

No comments written yet.

Please login to write comment.