Color Hex Logo

#3985ad Color Hex

#3985AD
(57,133,173)
0 Favorites   0 Comments

Color spaces of #3985ad

RGB 57133173
HSL0.560.500.45
HSV201°67°68°
CMYK 0.670.230.00   0.32
XYZ17.617720.662042.5948
Yxy20.66200.21780.2555
Hunter Lab45.4555-10.3638-23.7398
CIE-Lab52.5776-10.5085-28.0351

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000101 10101101
Octal 71 205 255
Decimal 57 133 173
Hex 39 85 AD

RGB Percentages of Color #3985ad

%15.70
%36.64
%47.66

CMYK Percentages of Color #3985ad

%67
%23
%0
%32

Triadic Colors of #3985ad

#3985ad #ad3985 #85ad39

Analogous Colors of #3985ad

#3985ad #394bad #39ad9b

Monochromatic Colors of #3985ad

#3985ad

Complementary Color

#3985ad #ad6139

#3985ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3985ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3985ad Color CSS Codes

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

#3985ad Text Font Color

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

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


#3985ad Background Color

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

This div background color is #3985ad


#3985ad Border Color

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

This div border color is #3985ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3985ad


Comments

No comments written yet.

Please login to write comment.