Color Hex Logo

#3954aa Color Hex

#3954AA
(57,84,170)
0 Favorites   0 Comments

Color spaces of #3954aa

RGB 5784170
HSL0.630.500.45
HSV226°66°67°
CMYK 0.660.510.00   0.33
XYZ12.113410.112839.3437
Yxy10.11280.19670.1642
Hunter Lab31.800612.3426-51.0931
CIE-Lab38.044118.6716-49.2724

#3954aa color RGB value is (57,84,170).

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

The process color (four color CMYK) of #3954aa color hex is 0.66, 0.51, 0.00, 0.33. Web safe color of #3954aa is #336699. Color #3954aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010100 10101010
Octal 71 124 252
Decimal 57 84 170
Hex 39 54 AA

RGB Percentages of Color #3954aa

%18.33
%27.01
%54.66

CMYK Percentages of Color #3954aa

%66
%51
%0
%33

Triadic Colors of #3954aa

#3954aa #aa3954 #54aa39

Analogous Colors of #3954aa

#3954aa #5639aa #398daa

Monochromatic Colors of #3954aa

#3954aa

Complementary Color

#3954aa #aa8f39

#3954aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3954aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3954aa Color CSS Codes

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

#3954aa Text Font Color

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

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


#3954aa Background Color

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

This div background color is #3954aa


#3954aa Border Color

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

This div border color is #3954aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3954aa


Comments

No comments written yet.

Please login to write comment.