Color Hex Logo

#3897dc Color Hex

#3897DC
(56,151,220)
0 Favorites   0 Comments

Color spaces of #3897dc

RGB 56151220
HSL0.570.700.54
HSV205°75°86°
CMYK 0.750.310.00   0.14
XYZ25.615828.141371.7919
Yxy28.14130.20400.2241
Hunter Lab53.0484-6.6412-43.1050
CIE-Lab60.0162-4.6877-43.0121

#3897dc color RGB value is (56,151,220).

#3897dc hex color red value is 56, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3897dc hue: 0.57 , saturation: 0.70 and the lightness value of 3897dc is 0.54.

The process color (four color CMYK) of #3897dc color hex is 0.75, 0.31, 0.00, 0.14. Web safe color of #3897dc is #3399cc. Color #3897dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010111 11011100
Octal 70 227 334
Decimal 56 151 220
Hex 38 97 DC

RGB Percentages of Color #3897dc

%13.11
%35.36
%51.52

CMYK Percentages of Color #3897dc

%75
%31
%0
%14

Triadic Colors of #3897dc

#3897dc #dc3897 #97dc38

Analogous Colors of #3897dc

#3897dc #3845dc #38dccf

Monochromatic Colors of #3897dc

#3897dc

Complementary Color

#3897dc #dc7d38

#3897dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3897dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3897dc Color CSS Codes

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

#3897dc Text Font Color

<p style="color:#3897dc">Text here</p>

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


#3897dc Background Color

<div style="background-color:#3897dc">
Div content here</div>

This div background color is #3897dc


#3897dc Border Color

<div style="border:3px solid #3897dc">
Div here</div>

This div border color is #3897dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,151,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3897dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3897dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3897dc;
  box-shadow:         1px 1px 3px 2px #3897dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3897dc


Comments

No comments written yet.

Please login to write comment.