Color Hex Logo

#3939ad Color Hex

#3939AD
(57,57,173)
0 Favorites   0 Comments

Color spaces of #3939ad

RGB 5757173
HSL0.670.500.45
HSV240°67°68°
CMYK 0.670.670.00   0.32
XYZ10.69336.813240.2867
Yxy6.81320.18500.1179
Hunter Lab26.102127.4477-73.2383
CIE-Lab31.377837.1615-61.8952

#3939ad color RGB value is (57,57,173).

#3939ad hex color red value is 57, green value is 57 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3939ad hue: 0.67 , saturation: 0.50 and the lightness value of 3939ad is 0.45.

The process color (four color CMYK) of #3939ad color hex is 0.67, 0.67, 0.00, 0.32. Web safe color of #3939ad is #333399. Color #3939ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111001 10101101
Octal 71 71 255
Decimal 57 57 173
Hex 39 39 AD

RGB Percentages of Color #3939ad

%19.86
%19.86
%60.28

CMYK Percentages of Color #3939ad

%67
%67
%0
%32

Triadic Colors of #3939ad

#3939ad #ad3939 #39ad39

Analogous Colors of #3939ad

#3939ad #7339ad #3973ad

Monochromatic Colors of #3939ad

#3939ad

Complementary Color

#3939ad #adad39

#3939ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3939ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3939ad Color CSS Codes

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

#3939ad Text Font Color

<p style="color:#3939ad">Text here</p>

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


#3939ad Background Color

<div style="background-color:#3939ad">
Div content here</div>

This div background color is #3939ad


#3939ad Border Color

<div style="border:3px solid #3939ad">
Div here</div>

This div border color is #3939ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,57,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3939ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3939ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3939ad;
  box-shadow:         1px 1px 3px 2px #3939ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3939ad


Comments

No comments written yet.

Please login to write comment.