Color Hex Logo

#3948aa Color Hex

#3948AA
(57,72,170)
0 Favorites   0 Comments

Color spaces of #3948aa

RGB 5772170
HSL0.640.500.45
HSV232°66°67°
CMYK 0.660.580.00   0.33
XYZ11.26048.406939.0594
Yxy8.40690.19170.1432
Hunter Lab28.994718.5818-59.5747
CIE-Lab34.816326.5340-54.4936

#3948aa color RGB value is (57,72,170).

#3948aa hex color red value is 57, green value is 72 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3948aa hue: 0.64 , saturation: 0.50 and the lightness value of 3948aa is 0.45.

The process color (four color CMYK) of #3948aa color hex is 0.66, 0.58, 0.00, 0.33. Web safe color of #3948aa is #333399. Color #3948aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001000 10101010
Octal 71 110 252
Decimal 57 72 170
Hex 39 48 AA

RGB Percentages of Color #3948aa

%19.06
%24.08
%56.86

CMYK Percentages of Color #3948aa

%66
%58
%0
%33

Triadic Colors of #3948aa

#3948aa #aa3948 #48aa39

Analogous Colors of #3948aa

#3948aa #6339aa #3981aa

Monochromatic Colors of #3948aa

#3948aa

Complementary Color

#3948aa #aa9b39

#3948aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3948aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3948aa Color CSS Codes

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

#3948aa Text Font Color

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

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


#3948aa Background Color

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

This div background color is #3948aa


#3948aa Border Color

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

This div border color is #3948aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3948aa


Comments

No comments written yet.

Please login to write comment.