Color Hex Logo

#3913aa Color Hex

#3913AA
(57,19,170)
0 Favorites   0 Comments

Color spaces of #3913aa

RGB 5719170
HSL0.710.800.37
HSV255°89°67°
CMYK 0.660.890.00   0.33
XYZ9.17594.237938.3646
Yxy4.23790.17720.0818
Hunter Lab20.586243.5373-96.0832
CIE-Lab24.442855.0493-71.5313

#3913aa color RGB value is (57,19,170).

#3913aa hex color red value is 57, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3913aa hue: 0.71 , saturation: 0.80 and the lightness value of 3913aa is 0.37.

The process color (four color CMYK) of #3913aa color hex is 0.66, 0.89, 0.00, 0.33. Web safe color of #3913aa is #330099. Color #3913aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00010011 10101010
Octal 71 23 252
Decimal 57 19 170
Hex 39 13 AA

RGB Percentages of Color #3913aa

%23.17
%7.72
%69.11

CMYK Percentages of Color #3913aa

%66
%89
%0
%33

Triadic Colors of #3913aa

#3913aa #aa3913 #13aa39

Analogous Colors of #3913aa

#3913aa #8513aa #1338aa

Monochromatic Colors of #3913aa

#3913aa

Complementary Color

#3913aa #84aa13

#3913aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3913aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3913aa Color CSS Codes

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

#3913aa Text Font Color

<p style="color:#3913aa">Text here</p>

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


#3913aa Background Color

<div style="background-color:#3913aa">
Div content here</div>

This div background color is #3913aa


#3913aa Border Color

<div style="border:3px solid #3913aa">
Div here</div>

This div border color is #3913aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,19,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3913aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3913aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3913aa;
  box-shadow:         1px 1px 3px 2px #3913aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3913aa


Comments

No comments written yet.

Please login to write comment.