Color Hex Logo

#391caf Color Hex

#391CAF
(57,28,175)
0 Favorites   0 Comments

Color spaces of #391caf

RGB 5728175
HSL0.700.720.40
HSV252°84°69°
CMYK 0.670.840.00   0.31
XYZ9.84054.795540.9644
Yxy4.79550.17700.0862
Hunter Lab21.898641.8892-95.5811
CIE-Lab26.144053.1257-71.7196

#391caf color RGB value is (57,28,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011100 10101111
Octal 71 34 257
Decimal 57 28 175
Hex 39 1C AF

RGB Percentages of Color #391caf

%21.92
%10.77
%67.31

CMYK Percentages of Color #391caf

%67
%84
%0
%31

Triadic Colors of #391caf

#391caf #af391c #1caf39

Analogous Colors of #391caf

#391caf #831caf #1c49af

Monochromatic Colors of #391caf

#391caf

Complementary Color

#391caf #92af1c

#391caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#391caf Color CSS Codes

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

#391caf Text Font Color

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

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


#391caf Background Color

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

This div background color is #391caf


#391caf Border Color

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

This div border color is #391caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391caf


Comments

No comments written yet.

Please login to write comment.