Color Hex Logo

#391acc Color Hex

#391ACC
(57,26,204)
0 Favorites   0 Comments

Color spaces of #391acc

RGB 5726204
HSL0.700.770.45
HSV250°87°80°
CMYK 0.720.870.00   0.20
XYZ12.95585.968357.5959
Yxy5.96830.16930.0780
Hunter Lab24.430151.9096-122.6798
CIE-Lab29.332361.9250-83.5894

#391acc color RGB value is (57,26,204).

#391acc hex color red value is 57, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #391acc hue: 0.70 , saturation: 0.77 and the lightness value of 391acc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011010 11001100
Octal 71 32 314
Decimal 57 26 204
Hex 39 1A CC

RGB Percentages of Color #391acc

%19.86
%9.06
%71.08

CMYK Percentages of Color #391acc

%72
%87
%0
%20

Triadic Colors of #391acc

#391acc #cc391a #1acc39

Analogous Colors of #391acc

#391acc #921acc #1a54cc

Monochromatic Colors of #391acc

#391acc

Complementary Color

#391acc #adcc1a

#391acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#391acc Color CSS Codes

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

#391acc Text Font Color

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

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


#391acc Background Color

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

This div background color is #391acc


#391acc Border Color

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

This div border color is #391acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391acc


Comments

No comments written yet.

Please login to write comment.