Color Hex Logo

#3f97dc Color Hex

#3F97DC
(63,151,220)
0 Favorites   0 Comments

Color spaces of #3f97dc

RGB 63151220
HSL0.570.690.55
HSV206°71°86°
CMYK 0.710.310.00   0.14
XYZ26.034828.357371.8115
Yxy28.35730.20630.2247
Hunter Lab53.2516-5.9212-42.6784
CIE-Lab60.2102-3.7724-42.6935

#3f97dc color RGB value is (63,151,220).

#3f97dc hex color red value is 63, green value is 151 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3f97dc hue: 0.57 , saturation: 0.69 and the lightness value of 3f97dc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10010111 11011100
Octal 77 227 334
Decimal 63 151 220
Hex 3F 97 DC

RGB Percentages of Color #3f97dc

%14.52
%34.79
%50.69

CMYK Percentages of Color #3f97dc

%71
%31
%0
%14

Triadic Colors of #3f97dc

#3f97dc #dc3f97 #97dc3f

Analogous Colors of #3f97dc

#3f97dc #3f49dc #3fdcd3

Monochromatic Colors of #3f97dc

#3f97dc

Complementary Color

#3f97dc #dc843f

#3f97dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f97dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f97dc Color CSS Codes

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

#3f97dc Text Font Color

<p style="color:#3f97dc">Text here</p>

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


#3f97dc Background Color

<div style="background-color:#3f97dc">
Div content here</div>

This div background color is #3f97dc


#3f97dc Border Color

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

This div border color is #3f97dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,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 #3f97dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f97dc


Comments

No comments written yet.

Please login to write comment.