Color Hex Logo

#3985db Color Hex

#3985DB
(57,133,219)
0 Favorites   0 Comments

Color spaces of #3985db

RGB 57133219
HSL0.590.690.54
HSV212°74°86°
CMYK 0.740.390.00   0.14
XYZ22.861122.759470.2059
Yxy22.75940.19740.1965
Hunter Lab47.70682.0503-53.8571
CIE-Lab54.82365.6750-50.6733

#3985db color RGB value is (57,133,219).

#3985db hex color red value is 57, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3985db hue: 0.59 , saturation: 0.69 and the lightness value of 3985db is 0.54.

The process color (four color CMYK) of #3985db color hex is 0.74, 0.39, 0.00, 0.14. Web safe color of #3985db is #3399cc. Color #3985db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000101 11011011
Octal 71 205 333
Decimal 57 133 219
Hex 39 85 DB

RGB Percentages of Color #3985db

%13.94
%32.52
%53.55

CMYK Percentages of Color #3985db

%74
%39
%0
%14

Triadic Colors of #3985db

#3985db #db3985 #85db39

Analogous Colors of #3985db

#3985db #3e39db #39d6db

Monochromatic Colors of #3985db

#3985db

Complementary Color

#3985db #db8f39

#3985db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3985db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3985db Color CSS Codes

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

#3985db Text Font Color

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

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


#3985db Background Color

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

This div background color is #3985db


#3985db Border Color

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

This div border color is #3985db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3985db


Comments

No comments written yet.

Please login to write comment.