Color Hex Logo

#3895db Color Hex

#3895DB
(56,149,219)
0 Favorites   0 Comments

Color spaces of #3895db

RGB 56149219
HSL0.570.690.54
HSV206°74°86°
CMYK 0.740.320.00   0.14
XYZ25.164527.450170.9899
Yxy27.45010.20360.2221
Hunter Lab52.3928-5.9532-43.6602
CIE-Lab59.3886-3.8908-43.4434

#3895db color RGB value is (56,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010101 11011011
Octal 70 225 333
Decimal 56 149 219
Hex 38 95 DB

RGB Percentages of Color #3895db

%13.21
%35.14
%51.65

CMYK Percentages of Color #3895db

%74
%32
%0
%14

Triadic Colors of #3895db

#3895db #db3895 #95db38

Analogous Colors of #3895db

#3895db #3844db #38dbd0

Monochromatic Colors of #3895db

#3895db

Complementary Color

#3895db #db7e38

#3895db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3895db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3895db Color CSS Codes

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

#3895db Text Font Color

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

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


#3895db Background Color

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

This div background color is #3895db


#3895db Border Color

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

This div border color is #3895db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,149,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 #3895db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3895db


Comments

No comments written yet.

Please login to write comment.